Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

return array content only js

const array1 = ['a', 'b', 'c'];
const iterator = array1.values(); // returns only the values
 
PREVIOUS NEXT
Tagged: #return #array #content #js
ADD COMMENT
Topic
Name
5+8 =