Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/moduletest/array/
Darray.js1864 let arrayWithStrings = ["banana", "apple", "cherry"]; variable
1865 arrayWithStrings.sort();
1866 print(arrayWithStrings);
1984 let arrayWithStrings = ["banana", "apple", "cherry"]; variable
1985 print(arrayWithStrings.toSorted());