bytes of thoughtby Daniel Tucker
Debugging is inevitable for all developers and when you get the point that your code is not doing what you would expect...
This is the next post in a series of articles as I explore NodeJS. If you need to go back one and get Node setup and running check this one out: NodeJS: Getting started.
Desc
This is the first post in a series focused on NodeJS. Node is a asynchronous event-driven JavaScript runtime for building scalable network applications. Just like JavaScript, NodeJS is not actually a functional programming language but is a good place to use functional programming if you so please.
See all tags.