Skip to content

mnikander/leetcode_javascript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Learning JavaScript via leetcode exercises

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published