Posts about

es6

HomeDevelopmentDesignTechnologyPhotographyAbout
USING ES6 WITH BABEL
development, javascript, es6July 11, 2016By admin

USING ES6 WITH BABEL

Some of the modern browsers are yet to catch up with the new language additions to ES6. This means we have to use Babel to transpile our code into ES5.

ES6 GENERATORS
development, javascript, es6August 11, 2016By admin

ES6 GENERATORS

ES6 generators are functions that can be paused or resumed, and work cooperatively in a multitasking applications.

TESTING REACT COMPONENTS WITH ENZYME
development, javascript, es6August 22, 2016By admin

TESTING REACT COMPONENTS WITH ENZYME

React has become the framework of choice recently within the JavaScript community. And the tools for testing React components has also gained lot of attention.

ES6 RECURSION WITH FUNCTIONAL PROGRAMMING
development, javascript, es6October 20, 2016By admin

ES6 RECURSION WITH FUNCTIONAL PROGRAMMING

In this article, we are going to use ES6 recursion with functional programming to understand how we can implement list operations like map, reduce, filter and join.

WEB APPLICATION SECURITY
development, javascript, es6May 30, 2017By Sean Amarasinghe

WEB APPLICATION SECURITY

ES6 introduced improved parameter handling in JavaScript. Instead of the half array arguments object, these new improvements will significantly improve how we handle arguments and parameters.

    Created by Sean Amarasinghe