This commit is contained in:
Boof 2023-03-15 12:49:01 +01:00 committed by GitHub
parent 6e22e4e857
commit fad5d90c95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -60,11 +60,13 @@ class TextScramble {
// Example // Example
// —————————————————————————————————————————————————— // ——————————————————————————————————————————————————
const phrases = ['You think you are funny?', const phrases = [
'You think you are funny?',
'Do you think that the number 69 is funny?', 'Do you think that the number 69 is funny?',
'You probably just see the number 69 and go "haha 69"', 'You probably just see the number 69 and go "haha 69"',
'Its not funny', 'Its not funny',
'Please stop']; 'Please stop'
];
const el = document.querySelector('.text'); const el = document.querySelector('.text');