Skip to content

Instantly share code, notes, and snippets.

@fff
Created November 5, 2012 03:32
Show Gist options
  • Save fff/4015169 to your computer and use it in GitHub Desktop.
Save fff/4015169 to your computer and use it in GitHub Desktop.
A CodePen by fff.
<div class="main blue">hello world!</div>
<div class="container">yeah</div>
$(".main").addClass("blue");
console.log(new Date());
map =
one : [1]
two : [1,2]
three : [1,2,3]
spoken = (word) ->
$(".container").append("<div>#{word}</div>")
spoken word for word in map.three
.blue{
background : blue
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment