- Notifications
You must be signed in to change notification settings - Fork8
Bunlong/The-Modern-JavaScript-Tutorial
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
The JavaScript Language
Here we learn JavaScript, starting from scratch and go on to advanced concepts like OOP.
We concentrate on the language itself here, with the minimum of environment-specific notes.
1.1An Introduction to JavaScript
1.2Code editors
2.3The modern mode, "use strict"
2.4Variables
2.5Data types
2.7Operators
2.8Comparisons
2.9Interaction: alert, prompt, confirm
2.10Conditional operators: if, '?'
2.14Functions
2.15Function expressions and arrows
3.1 Debugging in Chrome
3.2 Coding style
3.3 Comments
3.4 Ninja code
3.5 Automated testing with mocha
3.6 Polyfills
4.1Objects
4.3Symbol type
4.5Object to primitive conversion
4.6Constructor, operator "new"
5.2 Numbers
5.3 Strings
5.4 Arrays
5.5 Array methods
5.6 Iterables
5.7 Map, Set, WeakMap and WeakSet
5.8 Object.keys, values, entries
5.9 Destructuring assignment
5.10 Date and time
5.11 JSON methods, toJSON
About
Let learn JavaScript, starting from scratch and go on to advanced concepts.
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors2
Uh oh!
There was an error while loading.Please reload this page.