Learn JavaScript
Featured Contents
“Mastering Javascript”

Udemy online course will be available soon…
Resources on JavaScript
Here is a list of resources that may be helpful as you continue your learning journey.
These resources provide some more in-depth information on the topics covered in this module.
Mozilla Developer Network Expressions and Operators
Mozilla Developer Network Operator Precedence and Associativity
JavaScript Primitive Values
ECMA262 Specification
jQuery Official Website
React Official Website
StackOverflow Developer Survey 2021 Most Popular Technologies
Emojis
Learning Resources for HTML / CSS / Javascript
General
- https://www.w3schools.com/ - Free HTML, CSS, Javascript (and more) tutorials
- https://caniuse.com/ - Find out which browsers support which features
HTML
- https://app.pluralsight.com/path/skills/html5 HTML skill path
CSS
- https://app.pluralsight.com/path/skills/css CSS skill path
Javascript
- https://app.pluralsight.com/path/skill/javascript Javascript skill path
Things to learn on Javascript before React:
- map() & filter()
- slice() & splice()
- concat()
- find() & findIndex()
- destructuring
- rest & speed operator
- promises