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