``` class Hello(a) Function.map(Hello, [1, 2, 3]) // working // Hello.map([1, 2, 3]) not working ```