web-devJavaScript SnippetsOn this pageJavaScript SnippetsTo help with CSS debugging (from Smashing Magazine "Overflow Issues in CSS"):[].forEach.call($$("*"),function(a){a.style.outline="1px solid #"+(~~(Math.random()*(1<<24))).toString(16)})var vs letvar is function-scopedlet is block-scoped