Skip to content

Instantly share code, notes, and snippets.

Created April 16, 2012 03:43
Show Gist options
  • Save anonymous/2396251 to your computer and use it in GitHub Desktop.
Save anonymous/2396251 to your computer and use it in GitHub Desktop.
Code with Me - Sunday 8pm PT
//5.4
var days = [Monday, Tuesday, Wednesday];
days[0] = "Monday";
days[1] = "Tuesday";
days[2] = "Wednesday";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment