2 lines
32 B
CoffeeScript
2 lines
32 B
CoffeeScript
|
|
double = [1,2,3].map (x) -> x*2
|
|
|
double = [1,2,3].map (x) -> x*2
|