An Introduction to JavaScript Promises With Node.js

added by bpwndaddy
9/25/2015 1:11:35 AM

760 Views

JavaScript is a non-blocking programming language, which means that one chunk of JS code will not necessarily wait for the lines above it to execute before beginning itself. In many cases this is a pretty awesome feature of the language. Imagine if your website was only able to run one


0 comments