Write Fewer Uncaught Exceptions in JavaScript

How can you tell the difference between a website written by a front end developer and a website written by a full stack developer? Look at the JavaScript logs in the console. If it’s full of exceptions, warnings, or log statements, it says a lot about th… Read more

Similar

JavaScript Date

<p>I recently used the <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date">Date</a> builtin to implement some date/time manipulation in JavaScript. Some parts of it were quite surprising. I thi... (more…)

Read more »