Learn JavaScript


Featured Contents
Learn Next.js - (1) React Foundations
| Cover |
Learning Notes |
Packaged Course |
 |
Notes Readme |
Udemy course:
 |
“Mastering Javascript”
| Cover |
Learning Notes |
Packaged Course |
 |
Notes Readme |
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
Other learning
starting from 2017/11/28:
reading the book: 《JavaScript数据可视化编程》(Data Visualization with JavaScript)

- 数据可视化是解决数据被浪费的重要工具。
- 好的可视化追求的目标是让数据自身一目了然,让关注数据的人可以因此快速抓住数据的核心。
- 如果把大数据处理技术比做加法,那么数据可视化就像是教你如何优雅地做减法。
Last updated at 1/24/2026, 6:13:31 PM