-
Notifications
You must be signed in to change notification settings - Fork 12
Course Timeline
David Rogers edited this page Sep 21, 2015
·
2 revisions
- What are the 4 primitive types in JavaScript?
- What are the 2 container types in JavaScript?
- How do I write a Function in JavaScript?
- What are the three parts of a Function? What are their defaults?
- How do I give myself save-points while writing code?
- How do I use a Revision Control System (RCS) or Source Control Manager (SCM) like
git? - What is are the 3 steps I should take to add my code to
git? - How do I send my code to GitHub? How do I get code from GitHub?
- How do I contribute to other projects on GitHub?