6 lines
45 B
Plaintext
6 lines
45 B
Plaintext
![]() |
fn f = (i) => {
|
||
|
return 5
|
||
|
}
|
||
|
|
||
|
map(f, [0, 1])
|