0.1.0 • Published 6 years ago

@teanocrata/jsfundamentals v0.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

JS Fundamentals

Some basic JS examples for forgetful

Folders structure

Use

Each file is an executable node script following lasts Ecmascript specification.

Execution example: In order to execute shapeFunctions.js you need to run:

node ./fundamentals/shapeFunctions.js

Transpiled code

You can generate transpiled code by using babel. The codes will be generated under the "lib" folder:

npm run build