Create a for loop that will iterate a certain number of times in Ember-CLI
问题 I am in a situation in which I would like to be able to have a component or helper that would allow me to iterate a number of times and output the enclosed block each time. Something like this: {{#incremented-for 2}} block to output {{/incremented-for}} I tried to set this up as a component, but was not able to figure out a way to make it work. I also tried to set it up as a helper, and was able to find some code that seems like it should work: export function incrementedFor(n, block) { var