Created
November 5, 2012 03:32
-
-
Save fff/4015169 to your computer and use it in GitHub Desktop.
A CodePen by fff.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="main blue">hello world!</div> | |
<div class="container">yeah</div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$(".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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.blue{ | |
background : blue | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment