en.javascript.info icon indicating copy to clipboard operation
en.javascript.info copied to clipboard

Modern JavaScript Tutorial

Results 433 en.javascript.info issues
Sort by recently updated
recently updated
newest added

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.

review needed

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...

review needed

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...

local fetch is allowed and can be handy

review needed

Adding new solution for finding max-salary task.

review needed

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

review needed

Fix minor typo by adding the word 'in' for grammatical correctness.

review needed