en.javascript.info
en.javascript.info copied to clipboard
Modern JavaScript Tutorial
updated solution to use array methods provided in the tutorial instead of for loop
https://javascript.info/object There are 3 minor things on that excellent page that I noticed being not quite right. 1. The term "figure brackets" is extremely rare in English usage, most people...
doesn't seem to be ambiguous if you read it correctly, but fixing grammar ambiguity makes it easier to read
Hello About "use strict" in https://javascript.info/strict-mode is indicated: > This was the case until 2009 when ECMAScript 5 (ES5) appeared. It added new features to the language and modified some...
Hello Huge thanks for your valuable tutorial, I am re-working with JS and because JS itself evolves I am refreshing my knowledge with your tutorial Just in case in the...