en.javascript.info
en.javascript.info copied to clipboard
Modern JavaScript Tutorial
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...
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...
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....
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!
There is a question, but the solution isn't complete.  https://github.com/javascript-tutorial/en.javascript.info/blob/master/1-js/05-data-types/07-map-set/01-array-unique-map/solution.md