- Demo how to code JavaScript in WebStorm
- Demo Array programming
- Demo git basic
- Following steps to create git repository:
- git init
- nano .gitignore
- git add --all
- git commit -m "First time commit"
- git remote add origin https://github.com/TechMaster/basicjavascript.git
- git push -u origin master
- Demo how to manage source code in WebStorm