@teanocrata/jsfundamentals

0.1.0 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i @teanocrata/jsfundamentals

Weekly Downloads

0

Version

0.1.0

License

MIT

Last publish

Collaborators

  • teanocrata