What is the most concise equivalent Coffeescript to the following:
# ruby 3.times { puts \'hi\' }
?
The best I could think of is:>
using lodash:
_.times 3, -> console.log 'hi'