Searched refs:arrayWithNonArrays (Results 1 – 1 of 1) sorted by relevance
1457 const arrayWithNonArrays = [1, 'string', {name: 'John'}, null, undefined]; variable1458 assert_equal(arrayWithNonArrays.flat().toString(), '1,string,[object Object],,');