JavaScript Closures – what are they used for? Should you care?
Woah, the JS world is moving so fast. Just yesterday I was replacing my jQuery $('#time') with document.getElementById('#time') calls. I…...
Read more »
By @wagslane (twitter) Let’s look at the JavaScript with statement. We will go over the simple uses, as well as a deep dive into some more advanced concepts. Note: Use of the with statement is discouraged. It can lead to strange bugs. That said, it is imp… Read more