es6 ES6 String Helper Functions Learn how to use some of the new String object prototype methods in ES6 to make your code easier to read and understand.
array Generate a Dynamically Sized Array with Unique Values Use ES6 to generate a dynamically sized array where each member has a unique value.
react-native Debugging Implicit Returns in ES6 For the last 3.5 years, I've worked on a AngularJS(1.x) project; so, I haven't had lots of opportunity to use many of the new features in ES6. Now that I'm doing React Native work, I've been loving all these new features.