Skip to content

Instantly share code, notes, and snippets.

@easierbycode
Created March 9, 2012 15:13
Show Gist options
  • Save easierbycode/2006918 to your computer and use it in GitHub Desktop.
Save easierbycode/2006918 to your computer and use it in GitHub Desktop.
inline JavaScript
# http://coffeescriptcookbook.com/chapters/syntax/embedding_javascript
`function greet(name) {
return "Hello "+name;
}`
# Back to CoffeeScript
greet "Coffee"
# => "Hello Coffee"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment