Skip to content

Instantly share code, notes, and snippets.

@planetoftheweb
Created May 8, 2014 16:39
Show Gist options
  • Star 5 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save planetoftheweb/f03079bc7624c19ffda5 to your computer and use it in GitHub Desktop.
Save planetoftheweb/f03079bc7624c19ffda5 to your computer and use it in GitHub Desktop.
Sample CoffeeScript files for my ultimate workflows course
do fill = (item = 'The most creative minds in Art') ->
$('.tagline').append "#{item}"
fill
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment