Skip to content

Instantly share code, notes, and snippets.

View papandreou's full-sized avatar
💭
🤗

Andreas Lind papandreou

💭
🤗
View GitHub Profile
var one = {}
, two = {'o':true}
;
function ifTest () {
var start = new Date();
var i = 0;
while (i<10000) {
if (one.o) true
if (two.o) true