Home
last modified time | relevance | path

Searched refs:arrayWithStrings (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/test/moduletest/array/
Darray.js1856 let arrayWithStrings = ["banana", "apple", "cherry"]; variable
1857 arrayWithStrings.sort();
1858 print(arrayWithStrings);
1966 let arrayWithStrings = ["banana", "apple", "cherry"]; variable
1967 print(arrayWithStrings.toSorted());