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