Skip to content

Instantly share code, notes, and snippets.

@itsjoekent
Last active December 30, 2015 05:08
Show Gist options
  • Save itsjoekent/7780303 to your computer and use it in GitHub Desktop.
Save itsjoekent/7780303 to your computer and use it in GitHub Desktop.
/* 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