News

In WebStorm setup a mocha run configuration to be able to run your unit tests in debug mode and add break points. This step is not required but is highly recommended to facilitate you with developing.
JavaScript is a flexible language, allowing for all sorts of styles and programming paradigms. Although this breadth sometimes comes at a cost to readability or consistency across a code base, it also ...