Update e.js

This commit is contained in:
Linus 2018-12-09 14:05:29 +01:00 committed by GitHub
parent 4e0cfb0f39
commit 96879b359f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

6
e.js
View File

@ -1 +1,5 @@
while ('e') console.log('e');
const e = true
do {
console.log('e')
} while (e)