Skip to content

yashikagarg13/es6-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

###Purpose

This project is created to explain the two new keyords let and const that came with ES6 Syntax, in [this video] (https://www.youtube.com/watch?v=s91m6G3ZW4E&t=20s)

###Build and Execute

npm run build       // To build the code. Transpiling ES6 code to ES5 sysntax
node lib/const.js   // To execute transpilied const.js file
node lib/let.js     // To execute transpilied let.js file

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published