This repository contains JavaScript code examples for learning purposes. Each file demonstrates different JavaScript concepts and constructs.
To run the JavaScript files, you need to have Node.js installed on your machine. Follow the steps below to execute the code:
-
Clone the repository:
git clone https://github.com/maniziva/learn-js.git cd learn-js
-
Run the JavaScript file using Node.js:
node filename.js
You should see the output of the code in your terminal.
Feel free to fork this repository, make changes, and submit pull requests. Contributions are welcome!