Is there any difference between using 'return await promise' and 'return promise' in asynchronous JavaScript functions? (more…)
Read more »
How will your project die? Choose from 2,147,483,647 possible endings! (more…)
Read more »
This article highlights the best books for learning JavaScript for beginners through a collection of 2020 book reviews that cover JS ES6 and later. (more…)
Read more »
Read the post here: https://cpojer.net/posts/building-a-javascript-testing-frameworkTweet about this article: https://twitter.com/intent/tweet?text=Building%... (more…)
Read more »
The latest release of Google's V8 JavaScript engine, V8 8.0, uses pointer compression to reduce heap size by 40% and with no performance hit. Additionally, it adds support for optional chaining using the ?. operator and for nullish coalescence using ??. V... (more…)
Read more »