Skip to content

Instantly share code, notes, and snippets.

@alexeygolev
Created August 16, 2012 02:40
Show Gist options
  • Save alexeygolev/3365886 to your computer and use it in GitHub Desktop.
Save alexeygolev/3365886 to your computer and use it in GitHub Desktop.
optional text in coffeescript strings
$scope.hello = (name)->
alert "hello #{(name || 'world')}!"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment