Replacing ‘that = this’ assignments in JavaScript with Arrow Functions
How arrow functions help to replace ‘that = this’ assignments in Javascript... (more…)
Read more »
<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… Read more