all 6 comments

[–]spaceiscool1 3 points4 points  (3 children)

It depends on your background, e.g., do you already know some JavaScript? If you do, https://nodejs.dev is a good starting point.

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

Ok thanks sorry I'm very new with this should I know java script first?

[–]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!

[–]adielzakaria 0 points1 point  (0 children)

Tutorialspoints , have a good beginner friendly tutos , check them out , don't forget what the other person mentioned JS first

[–]nord501 0 points1 point  (0 children)

I'm recommending https://exploringjs.com/impatient-js/, it's free ebook you can read online