Skip to content

Digging into the javascript language and it's nuances, principles and philosophies

License

Notifications You must be signed in to change notification settings

SamroodAli/javascript-research

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Javascript research

These are exercises and experiments i have done while learning javascript.

Serving an exercise folder

Some directories are Javascript exercises for the browser environment and not Nodejs. I created a simple cli to serve these directories.

  1. Install all dependencies first
npm install
  1. Start the cli
npm run dev
  1. Enter the directory number to run in the browser. You can go to http://localhost:3000 to access the directory

JS style guide

Google's JS style guide

Attribution

Javascript.info

About

Digging into the javascript language and it's nuances, principles and philosophies

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published