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

View File

@ -60,14 +60,11 @@ class TextScramble {
// Example
// ——————————————————————————————————————————————————
const phrases = [
'Neo,',
'sooner or later',
'you\'re going to realize',
'just as I did',
'that there\'s a difference',
'between knowing the path',
'and walking the path'];
const phrases = ['You think you are funny?',
'Do you think that the number 69 is funny?',
'You probably just see the number 69 and go "haha 69"',
'Its not funny',
'Please stop'];
const el = document.querySelector('.text');