4 lines
66 B
Text
4 lines
66 B
Text
|
|
let fruits = ["apple", "orange"]
|
||
|
|
|
||
|
|
Js.log(Js.Array.length(fruits))
|