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

Fixing some typos in the markdown files.

review needed

Hello! Let's discuss the new generation of the tutorial, that is yet to come. I've been actively experimenting with ChatGPT lately, and it's definitely helpful in explanations. I truly see...

"for...in" statement iterates on keys of the proxy object

in the solution, prop can be string or Symbol. while prop is a symbol; prop < 0 causes JS Error. "Error: Cannot convert a Symbol value to a number" And...

I would like to join as a maintainer for the [Persian translation](https://github.com/javascript-tutorial/fa.javascript.info)

## Maintainer List @iliakan, @smith558 ## For New Translators Please read this first (click to open) To translate an article: 1. Check that no one else has claimed your article...

String(Math.trunc(Number("-1"))) // -1 In [Objec](https://javascript.info/object), if we are using negative numbers it gives same integer property but it is not sorted.