Skip to content

Instantly share code, notes, and snippets.

@emenoh
Last active August 29, 2015 13:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save emenoh/9283574 to your computer and use it in GitHub Desktop.
Save emenoh/9283574 to your computer and use it in GitHub Desktop.
JSFiddle Example
p { background: #FFCCCC };
<p>hello</p>
console.log("testing jsfiddle");
var object = {one: "one", two: "two", three: "three" };
_.each(object, function(key,value){ alert(value)})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment