Answer the question
In order to leave comments, you need to log in
Is it enough to know a little javascript to start writing in node.js?
I can write something in Javascript, such as calculators and other little things. And so the question is in the title. Subject
Answer the question
In order to leave comments, you need to log in
Not enough.
Learn a language faster than sitting in endless debugging because you don't understand how closures work.
Quite, but it will be necessary to slightly change ideas about programming, it is such asynchrony, but in my opinion it's worth it.
I myself switched from pearl to node, being able to write calculators, it was nothing, it was quite easy to figure it out, but at first I suffered from callback hell, immediately advice - deal with asynchrony in principle and the async module (or similar) in order to perform tasks sequentially when it need.
Enough.
Let me give you some advice:
in order to immediately move in the right direction without wasting time, study the
promises
:
https://github.com/petkaantonov/bluebird on "sugar", I love CoffeeScript the most, but not everyone will like it, so I would look at babeljs.io, I now use it in one team project, it's quite comfortable.
"sugar" will introduce new useful features into the language, for example, give you convenient abbreviations, or the ability to describe classes, and much more. I was very very sorry when I tried the Coffee that I had ignored it before.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question