https://github.com/sandeepkumarmishra354/dsa-practical
All DS & Algo related practical files will be pushed here.
https://github.com/sandeepkumarmishra354/dsa-practical
algorithms data-structures javascript nodejs
Last synced: about 2 months ago
JSON representation
All DS & Algo related practical files will be pushed here.
- Host: GitHub
- URL: https://github.com/sandeepkumarmishra354/dsa-practical
- Owner: sandeepkumarmishra354
- Created: 2021-03-09T19:13:22.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-25T19:14:08.000Z (about 5 years ago)
- Last Synced: 2025-10-14T22:24:11.591Z (8 months ago)
- Topics: algorithms, data-structures, javascript, nodejs
- Language: JavaScript
- Homepage:
- Size: 24.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dsa-practical
There are 3 ways to run and test these ``javascript`` files.
#### Method 1 (not preferred, but you can 🖕)
copy the code which you want to run, open any online ``javascript`` interpreter paste it and run.
#### Method 2 (you can give it a try 🙂)
create a ``html`` file inside that file create a ```` tag and give reference to ``.js`` file which you want to run. Open that file in your browser... now you can see the output in your browser's console.
#### Method 3 (the only preferred way on planet earth 😎)
install ``NodeJs`` on your machine. Open your terminal (cmd) and type this command- ``node /path/to/file.js``
Click [here](https://nodejs.org/en/) to go to NodeJs official website.