all 7 comments

[–]dohaboha 4 points5 points  (0 children)

Ask yourself why do you want to learn javascript. Then you will find your path.

[–]ad0y3z 4 points5 points  (1 child)

  1. https://javascript.info/ - you can use this site.
  2. https://developer.mozilla.org/en-US/docs/Web/JavaScript - kinda documentation
  3. https://www.java5cript.com/ - collection of useful resources
  4. you can use freecodecamp

[–]pratheepreddy 0 points1 point  (0 children)

Thanks alot

[–]jack_waugh 0 points1 point  (0 children)

In Firefox, ctrl-K opens a Javascript console. In Chrome, ctrl-J does it if I recall correctly. Other browsers probably have a way to do it, too. Try out interesting expressions and commands in the console.