Searched refs:nestedArray (Results 1 – 1 of 1) sorted by relevance
| /arkcompiler/ets_runtime/test/moduletest/array/ |
| D | array.js | 1024 const nestedArray = [[1, 2], ["a", "b"], [true, false]]; variable 1025 const nestedConcatenatedArray = array1.concat(nestedArray, array2); 1448 const nestedArray = [[1, 2], [3, 4], [5, 6]]; variable 1449 print(nestedArray.flatMap(arr => arr));
|