en.javascript.info
en.javascript.info copied to clipboard
Modern JavaScript Tutorial
Logical operators use falsy/truthy term There is an explanation in the previous chapter, but it's easy to miss. Just added a link to it.
Fixes issue #3849 param is the correct word when declaring a function line 11 "accepts 2 args" is not wrong, but "with 2 params" we emphasize we are declaring the...
https://github.com/javascript-tutorial/en.javascript.info/blob/master/1-js/02-first-steps/17-arrow-functions-basics/article.md In this article. From my understanding of what Arguments and Parameters are, it looks like the use of the word Arguments is used in the wrong context. The word...
The Promise.allSettled() method is now well established and works across a wide range of devices and browser versions since 2020, so I removed unnecessary outdated parts about it. https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise/allSettled