A collection of leetcode solutions in JavaScript. The emphasis is NOT on efficient solutions, but on learning the basics of JavaScript. The code was run locally using nodejs.
System dependencies:
sudo apt install nodejs npm
git clone ... # this repo
cd leetcode_js
npm run hello # run the hello_world example
npm test # execute unit tests