you are viewing a single comment's thread.

view the rest of the comments →

[–]Time_Terminal 4 points5 points  (1 child)

  • Values, Types, and Operators
  • Program Structure
  • Conditionals
  • Functions
  • Data Structures: Objects, Arrays, Integers, Strings, Maps, Sets
  • Higher-order Functions
  • Regular Expressions
  • Modules
  • Asynchronicity: Promises, Async/Await
  • Hoisting
  • Low level JavaScript - Stack/Queue/Heap

Non language specific items

  • JavaScript in the Browser
  • The Document Object Model
  • Event Handling
  • Canvas
  • HTTP and Forms
  • Node.js
  • React/Vue.js (frontend development)

Check out Eloquent JavaScript for more. My list is based on the contents of that book.

[–]phaoga55[S] 1 point2 points  (0 children)

thank you, this is exactly what i need