jashkenas--coffeescript/documentation/coffee/embedded.coffee

6 lines
81 B
CoffeeScript
Raw Normal View History

hi: `function() {
return [document.title, "Hello JavaScript"].join(": ");
}`
2009-12-21 16:41:45 +00:00
2009-12-26 07:17:34 +00:00