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

I've noticed 2 issues while going through the "Debugging in the browser" chapter. 1. The "hello.js" file on this [example page](https://javascript.info/article/debugging-chrome/debugging/index.html) has the 2 functions written in just 1 line...

update RFC lk, c/e

review needed

add intra-site lks

review needed

Like i said in the title its not working AT ALL. I think in the past it used to work maybe around 5-6 months ago but now it doesn't work...

## Code Quality - 1. Debugging in the Browser, [example page](https://javascript.info/article/debugging-chrome/debugging/index.html) The code shown in the sources panel is currently condensed to only two lines: ```js function hello(name){let phrase=`Hello, ${name}!`;say(phrase);}...

Chapter 2.6 - [Interaction: alert, prompt, confirm] (https://javascript.info/alert-prompt-confirm) Throughout this lesson and in the tasks, prompt is referred on its own without the window object which returns an error message...

Remove non-inclusive language.

review needed

I noticed a thing or two that could be better, so I went ahead and fixed them myself. For changes that seem less obvious, I explain in the commit message....

review needed

I noticed a few things that could be better, so I went ahead and fixed them. Explanations for each change are in the corresponding commit message. Suggestions are welcome!

review needed

There is a question, but the solution isn't complete. ![Screenshot 2024-07-20 182019](https://github.com/user-attachments/assets/41b8e122-6663-4472-8cec-ad4a05366963) https://github.com/javascript-tutorial/en.javascript.info/blob/master/1-js/05-data-types/07-map-set/01-array-unique-map/solution.md