en.javascript.info
en.javascript.info copied to clipboard
Modern JavaScript Tutorial
While solving the tasks I found different solutions than the one showed on the website. I think they could be better suited for the purpose, as they perform the same...
found a bug that if you want to stop the timer under current implementation, it will be not possible. steps -- 1. ope https://javascript.info/class 2. go to exercise https://javascript.info/task/rewrite-to-class 3....
Extract only the number. Example: - '$120' => 120 - 'RM120' => 120 - 'RP120' => 120
I have contributed to urdu translation, I have checked the last activities of maintainers that is someway in 2023. You should change the maintainers for the urdu translation. I was...
This PR adds "Open in Codeanywhere" badge at the top of Readme file. Codeanywhere is a cloud-based Integrated Development Environment (IDE) that allows developers to code, learn, build, and collaborate...
Currently the hyperlink for opening the code in sandbox is unreadable webpage: https://javascript.info/localstorage Dark Mode:  Light Mode:  Tested on Chrome Version 130.0.6723.91 (Official Build) (64-bit) Firefox Version 131.0.3...
Description: The section of the tutorial discussing function expressions could benefit from a clearer distinction between Function Declarations and Function Expressions. Currently, the wording may cause confusion by implying that...
I would like to translate the tutorial into Nepali language.
### Private and protected properties and methods Let's remove outdated information — private properties and methods are part of the ECMAScript standard✅
### IIFE Let it be more precise — parentheses after `function` are required✅