Promise Playground

HTML

<script src="https://cdnjs.cloudflare.com/ajax/libs/bluebird/2.9.34/bluebird.js"></script>

CoffeeScript

Promise.then(function() {
	console.log("hello world");
});