en.javascript.info
en.javascript.info copied to clipboard
Modern JavaScript Tutorial
array.splice() method syntax is little wrong as per MDN docs. Before :  It should be like: splice(start, deleteCount, item1, item2) 
added information that "Visual Studio" works with macOS: "For Windows and macOS, there's also "Visual Studio", not to be confused with "Visual Studio Code". "Visual Studio" is a paid and...
Hello, I found this weird usage in test [Shuffle an array](https://javascript.info/array-methods#shuffle-an-array)'s "simple solution":  There is just no arguments in the `array.sort()`'s `compareFn`: ```js array.sort(() => Math.random() - 0.5); ```...
In part 1 chapter 9.2 Class inheritance, the first diagram, i.e. the graphical representation of animal object (rabbit-animal-independent-animal.svg) was missing a property name speed. So I have added that.
I was wondering if it would be possible to include a "mark" feature that would allow me to indicate the completion status of a section. It would be beneficial if...
Language code: tk Maintainer: noo-dev [email protected]
The `[[HomeObject]` in the centre of this svg should be `[[HomeObject]]`. https://javascript.info/mixins#a-mixin-example 
"between" is good when referring to one-to-one relationships, and "among" when referring to indistinct or nonspecific relationships.
Maybe that's quite a conservative attempt. The [*Check for spam* chapter of *Strings*](https://javascript.info/string#check-for-spam) has an example that uses *viagra* and *XXX*. Considering that nowadays also many young people learn coding...