``` array.map(fun(x: String): Int { return x.l...
# announcements
v
Copy code
array.map(fun(x: String): Int {
    return x.length 
})
👍 1