en.javascript.info
en.javascript.info copied to clipboard
Modern JavaScript Tutorial
In general I feel that the `=` symbols in the example code boxes are hardly visible, because they have a very similar grey as the background. I think changing the...
In `https://javascript.info/async-await` it states ``` Let’s emphasize: await literally suspends the function execution until the promise settles, and then resumes it with the promise result. That doesn’t cost any CPU...
- add step by step explanations to the solutions of the task - in second sub task: change `arr` parameter to make clear that there are two different arrays/parameters involved
## Describe the bug On the page https://javascript.info/polyfills there is a link to polyfill.io, which is found to serve malware because the site was sold to a Chinese company. Instead,...
Supply chain attack noticed in over 100,000 websites using polyfill.io. Replaced with a safer alternative (polyfill-fastly.io)
As Internet Explorer was retired years ago, this paragraph is not needed anymore, so I deleted that line.
Language code: ne Country: Nepal List of maintainers: [email protected]
The catastrophic backtracking solution described where atomic groups are emulated using lookahead and backreferences is useful but can be tricky to use and error prone (e.g. when quantifying the result,...
Hi, The ePub versions of the books are unusable on my eReader (Kobo Sage): the eReader freezes for a very long time (minutes) when turning pages, or freezes permanently until...
# changed files and about changes ### 1. js/first steps/hello world/artical.md Improved readability of old content and add one new para which tells where to place tag in ### 2....