en.javascript.info
en.javascript.info copied to clipboard
Modern JavaScript Tutorial
we can normally add the multi-line words as the keys to the object but using the constructor function it cannot be possible for instance: function User(current_sal){ this."updated salary" // not...
When teaching this subject I found that an example where you can see for which array the first and the second value in the [] after matrix stand, helps understanding...
I would like to take over for vi.javascript.info
I think in JavaScript fundamentals, the solution for the tasks should be putting the script tag in the head element and not the body, even if its just one line...
Change line 12 (currently): Object properties, besides a **`value`**, have three special attributes (so-called "flags"): To the following wording to highlight that value is a special attribute: Object properties have...
There's an issue with the styling configuration of the `console.log` output within the interaction blocks. In light mode, the color of `var(--foregroundInverted)` is too similar to the background color, causing...
It's a nice fortune to observe that course in such a good manner, I was expecting that if your organisation can lead this to another programming languages/frameworks/libraries too for better...
In the “[Function in if](https://javascript.info/task/function-in-if)” task, there is a button for running the code, which allows to find out the answer to the task at once, even without going to...