Skip to content

Instantly share code, notes, and snippets.

@jtenner
Last active December 27, 2015 09:59
Show Gist options
  • Save jtenner/7307423 to your computer and use it in GitHub Desktop.
Save jtenner/7307423 to your computer and use it in GitHub Desktop.
Topics for today
var topics = ["idea","examples","post some code"];
//["idea","examples","post some code"]
topics.shift();
//"idea"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment