We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f743a12 commit 7601bdbCopy full SHA for 7601bdb
12 - Key Sequence Detection/index.html
@@ -17,7 +17,7 @@
17
pressed.push(e.key);
18
pressed.splice(-secretCode.length - 1, pressed.length - secretCode.length);
19
if (pressed.join('').includes(secretCode)) {
20
- console.log('DING DING!');
+ console.log('release the unicorns');
21
cornify_add();
22
}
23
0 commit comments