Created
September 17, 2013 07:23
-
-
Save wbbradley/6591022 to your computer and use it in GitHub Desktop.
Coffeescript client-side basics
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
<script src="http://jashkenas.github.com/coffee-script/extras/coffee-script.js" | |
type="text/javascript" | |
charset="utf-8"></script> | |
<script type="text/coffeescript"> | |
# Some CoffeeScript | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment