Skip to content
/ core-js Public

The repository holds the scripts to learn core javascript with es6 standard

License

mrbbm/core-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

core-js

The repository holds the scripts to learn core javascript with es6 standard

Requires Node.js Installation

The scripts requires Node.js to run without a browser support.

Node.js is an open source, cross-platform runtime environment for server-side JavaScript. Node.js is required to run JavaScript without a browser support. It uses Google V8 JavaScript engine to execute the code.

Download Node.js at https://nodejs.org/en/download

How to run a Script

  1. Download the scripts into a desired location
  2. Open a command prompt
  3. Ensure the Node.js was installed by executing the command "node -v", otherwise install it
  4. Traverse the command prompt to the source directory (i.e., core-js)
  5. Execute the .js file using the command "node ./logics/randomNumber.js"

About

The repository holds the scripts to learn core javascript with es6 standard

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published