Udemy online course will be available soon...
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
StackOverflow Developer Survey 2021 Most Popular Technologies
- https://www.w3schools.com/ - Free HTML, CSS, Javascript (and more) tutorials
- https://caniuse.com/ - Find out which browsers support which features
- https://app.pluralsight.com/path/skills/html5 HTML skill path
- https://app.pluralsight.com/path/skills/css CSS skill path
- 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
