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

5 lines
80 B
CoffeeScript
Raw Normal View History

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