Web & UI
CoffeeScript
CoffeeScript is a programming language that transcompiles to JavaScript, meaning that scripts written in CoffeeScript can be compiled into JavaScript and run in any JavaScript environment. It's designed to enhance JavaScript's brevity and readability, offering a more elegant syntax while adding additional features to the language.
Share this starting point
code.study/coffeescript
- Created by
- Jeremy Ashkenas
- First appeared
- 2009
- Official resource
- Visit the main website
Your first program
Hello, World!
console.log 'Hello, World!'