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

array.splice() method syntax is little wrong as per MDN docs. Before : ![Screenshot 2023-09-27 140909](https://github.com/javascript-tutorial/en.javascript.info/assets/110410744/622911e0-c7cf-44a3-87e5-23c8f3f85150) It should be like: splice(start, deleteCount, item1, item2) ![Screenshot 2023-09-27 140935](https://github.com/javascript-tutorial/en.javascript.info/assets/110410744/33c19b2e-657a-4751-b0a0-5e805ab579a0)

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": ![image](https://github.com/javascript-tutorial/en.javascript.info/assets/80401151/678c9a62-033f-40db-b9aa-2d7b57c62e3b) 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 ![image](https://github.com/javascript-tutorial/en.javascript.info/assets/80401151/f9227ae7-b11c-4ee0-a330-c0f5cf2e1744)

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