Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/moduletest/array/
Darray.js1903 let arrayWithStrings = ["banana", "apple", "cherry"]; variable
1904 arrayWithStrings.sort();
1905 assert_equal(arrayWithStrings, ['apple', 'banana', 'cherry']);
2023 let arrayWithStrings = ["banana", "apple", "cherry"]; variable
2024 assert_equal(arrayWithStrings.toSorted(), ['apple', 'banana', 'cherry']);