Last active
December 30, 2015 05:08
-
-
Save itsjoekent/7780303 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Tutorial #1 - Picking variable names | |
* | |
* Created by Joe Kent(@thedeadlybutter) | |
*/ | |
// Visit http://www.babynames.com/Names/Popular/ | |
// Pick your favorite baby name, for example | |
var liam; | |
// Your co-workers are going to call you sexist | |
// for only picking one gender. Make sure to create | |
// another variable named after the opposite sex. | |
var ava; | |
// Congrats you've now learned the almost serious | |
// way to pick variable names. Give it a try yourself! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment