SamroodAli / javascript-research

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:Other


Languages

Language:JavaScript 91.8%Language:HTML 8.2%