Skip to content

Commit 7601bdb

Browse files
committed
unicorns
1 parent f743a12 commit 7601bdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

12 - Key Sequence Detection/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
pressed.push(e.key);
1818
pressed.splice(-secretCode.length - 1, pressed.length - secretCode.length);
1919
if (pressed.join('').includes(secretCode)) {
20-
console.log('DING DING!');
20+
console.log('release the unicorns');
2121
cornify_add();
2222
}
2323

0 commit comments

Comments
 (0)