Using ES6 in Appcelerator
Starting with Titanium SDK 6.1.0, Appcelerator started supporting ES6. But you may be asking yourself, how do I use ES6 with Appcelerator? So here is a simple example on how to use some of what ES6 has to offer in your Appcelerator App. ES6 Elements Used: Fat arrow functions Classes Inheritance Template Literals Lets start…