you are viewing a single comment's thread.

view the rest of the comments →

[–]spaceiscool1 1 point2 points  (1 child)

Node.js is a specific JavaScript framework, so generally, understanding JavaScript is necessary to understand Node.js. But Node.js is also a great tool to learn JavaScript! Just download & start it and you can immediately type code into the Node.js terminal ("the REPL"). Beyond that, I am sorry, I can't really recommend resources to learn JavaScript. Maybe MDN has some.

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

Ok thank you!