sourcemapped.coffee (91B)
1 foo = (n) -> 2 return "foo" + i for i in [0...n] 3 4 [first, second, third] = foo(3) 5 6 debugger