Skip to content

Instantly share code, notes, and snippets.

View cope's full-sized avatar
🖖
live long...

Predrag Stojadinović cope

🖖
live long...
View GitHub Profile
@cope
cope / wtf.js
Last active February 4, 2019 12:53 — forked from artalar/wtf.js
/* VT100 terminal reset (<ESC>c) */
console.log('\033c');
/* numbers comparations */
/**/ [2] == 2;
//// true
/**/ [] + [];