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

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

review needed

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

review needed

Extract only the number. Example: - '$120' => 120 - 'RM120' => 120 - 'RP120' => 120

review needed

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

review needed

Currently the hyperlink for opening the code in sandbox is unreadable webpage: https://javascript.info/localstorage Dark Mode: ![image](https://github.com/user-attachments/assets/2dd2e2dc-bda0-4252-acb4-512368a4a5f8) Light Mode: ![image](https://github.com/user-attachments/assets/5478ac77-57a0-4cf4-988b-53c8401ec6cb) 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✅

review needed

### IIFE Let it be more precise — parentheses after `function` are required✅

needs +1