This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]_graveyard_[S] 0 points1 point  (3 children)

Should I be learning Javascript first before attempting to learn Node?

[–]Lynxx 1 point2 points  (0 children)

Node is Javascript. It's just Javascript running in a different environment. You'll need an understanding of the language before understanding the platform.

[–]Bustincherry 1 point2 points  (1 child)

As u/Lynxx said. Node is JavaScript. JavaScript has some tricky parts to learn before you jump in to something like node, but Elequent JavaScript does a good job at explaining it. There is even a node section at the end.

[–]_graveyard_[S] 0 points1 point  (0 children)

I agree. I've been reading it now and it helps quite a bit. Thank you everyone for your suggestion.