Skip to content

Instantly share code, notes, and snippets.

@PavelLaptev
Created June 26, 2016 19:10
Show Gist options
  • Save PavelLaptev/e3409255b8a9ef545ad78b668f010a81 to your computer and use it in GitHub Desktop.
Save PavelLaptev/e3409255b8a9ef545ad78b668f010a81 to your computer and use it in GitHub Desktop.
optTest = (options) ->
text = options.text or "Работает"
name = options.name or "сучка"
console.log(text + " " + name)
optTest
text: "Но как же"
name: "работает"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment