Previously I showed how to write application code using ES6, but wouldn't it be nice to use ES6 when writing unit tests as well? In the following post I will demonstrate how to write Jasmine tests using ES6 syntax.
Read more »
An introduction to JavaScript's latest major upgrade for developers who have been dragging their feet about it. (more…)
Read more »
It does not add any “missing” features to JS. It simply supplies syntactic sugar for a pattern (antipattern?)... (more…)
Read more »
This article is Part 4 for the Series “Modern ES6+ Javascript for those who know only a little about that old Javascript.”... (more…)
Read more »
In this article, I propose a way of writing relatively simple apps without using a fully-fledged framework. It is based on my experience during an interview process. I am not trying to persuade you… (more…)
Read more »