English
Appearance
Returns the length of any type of data. If the argument value is null or undefined, 0 is returned.
null
undefined
0
data::any
boolean
len('12345'); // Returns 5 len([1, 2, 3]); // Returns 3