The repository holds the scripts to learn core javascript with es6 standard
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
- Download the scripts into a desired location
- Open a command prompt
- Ensure the Node.js was installed by executing the command "node -v", otherwise install it
- Traverse the command prompt to the source directory (i.e., core-js)
- Execute the .js file using the command "node ./logics/randomNumber.js"