Please tell me how to write javascript below in coffeescript.
setTimeout(function(){ something(param); }, 1000);
setTimeout -> something param , 1000