I have compared1 few different tools for unit testing Javascript code. The frameworks I looked intowere QUnit, Mocha JS, tape, AVA, Jasmine, Karma and Jest. ... (more…)
Read more »
Jani Hartikainen explains how to deal with promises in unit tests using Mocha and Chai as the base and showing promise-related patterns that occur in tests. (more…)
Read more »
Comparing every aspect including back end, front end, native development and more...
Read more »
ECMAScript 6 introduced let and const to the javascript engine. So, lets see what is the real difference between let ,const and var. var and let : var is used for global declaration and its scoped… (more…)
Read more »
NEAT (NeuroEvolution of Augmenting Topologies) is an evolutionary algorithm that evolves both the topology and weights of neural networks - joshuadam/NEAT-JavaScript... (more…)
Read more »