JavaScript Errors: An Exceptional History – Part II
We continue our deep dive into JavaScript errors. This time, we look at how to handle them in your code today. (more…)
Read more »
◾ `var` is now the weakest signal available when you define a variable in JavaScript. The variable may or may not be reassigned, and the variable may or may not be used for an entire function. ◾ I… Read more