This useful array method creates a new array with the results of calling a provided function on every element in the calling array. (more…)
Read more »
The new async/await is an immensely useful language feature that hides the complexity of asynchronous code and makes it look like it’s working in a synchronous way. The code example below does not look complicated at all, just a few awaits here and there.... (more…)
Read more »
Vanilla JS TodoMVC App in 2022. Contribute to 1Marc/todomvc-vanillajs-2022 development by creating an account on GitHub. (more…)
Read more »
I recently published our results for the 2017 edition of the annual State of JavaScript survey, collected from over 23,000 developers. (more…)
Read more »