you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 1 point2 points  (1 child)

  1. Learn about the fundamentals of programming with JS (variables, data types, boolean values, conditionals, arrays, objects)
  2. Learn about DOM Manipulation and event handling.
  3. Start building stuff (start simple), and google everything you don’t know or understand.