≡ Menu

Babel Node.js Setup

Babel will transform your javascript code from one format (or version) to another. In this regard, Babel is a transpiler. A Transpiler is a compiler which will transform source code from one version/language to another version/language. The latest version of Javascript implementation standard is ECMAScript ES7 (which is also known as ECMAScript 2016). Prior to [...]

{ 0 comments }