Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 680 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 680 Bytes

Learning Javascript

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.

Getting started

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

Learning resources