/ Published in: Other
                    
                                        
                            
                                Expand |
                                Embed | Plain Text
                            
                        
                        Copy this code and paste it in your HTML
// learn what this crap means
if (!x) {
var dthiss = 1;
} else {
dthiss = 2;
};
for (var i = Things.length - 1; i >= 0; i--) {
Things[i]
};
for (var i = 0; i <= Things.length - 1; i++) {}
for items.each(function(item) {
});
// end learn
Comments
 Subscribe to comments
                    Subscribe to comments
                
                