View allAll Photos Tagged javascripting
FullStack 2016 - the conference on JavaScript, Node & Internet of Things, Wednesday, 13th - Friday, 15th July at CodeNode, London. Images Copyright www.edtelling.com. skillsmatter.com/conferences/7278-fullstack-2016-the-conf...
Impressions from the first nz.js(con); conference.javascript.org.nz/ organized by the JavaScript Society of New Zealand. javascript.org.nz/
JS testing
Working on some JS code. First I looked at fireunit but I want to do testing without having to fire up browsers. and all I want is simple command line error reporting for testing pure javascript (sans DOM or other frameworks). Next I tried quite a few other types of unit testing approaches but settled on JSUnit. I took a good look at how JQuery does its setup but I don't have enough code yet to warrant a build framework. I just want a framework that I can run from a cron now.
It took a bit of mucking around but I've got the boilerplate in the RH dialog and a few lines in the LH dialog. The rest is my test code which is pretty much the same as PyUnit, JUnit etc.
Now I can run tests on my pure JS code automatically without relying on running browsers.
The run dialog shows the test working.
next >>>
One of the benefits of learning JavaScript as your first programming language is that you simply get immediate feedback; with a minimum amount of JavaScript code, you'll immediately see visible results. There's also a large JavaScript community on sites like Stack Overflow, so you will find much support as you learn. CI3School is known as the best programming tutorial which includes a complete study of javascript. Visit ci3school.com