10 NodeJs Things You Should Know

Javascript & NodeJs !== Javascript > Yes, NodeJs is not Javascript and Javascript is the number 1 thing to learn before you get into NodeJs and I shared a list of 10 things you need to focus on when learning Javascript in a different article. > NodeJs is a runtime environment for Javascript, an environment to run Javascript and not a programming language. NodeJs is to Javascript on the Server as Browser is to Javascript on the Client. > It is also important to know when something is part of the environment or the language. For example, it is common to find devs that think that “setTimeout” is part of Javascript, but it is just part of the environment (Window or NodeJs Global). 10 NodeJs Things You Should Know & Master to be a Pro page