DekGenius.com
Home
(current)
Dictionary
BOOKS
LYRICS
CHORD
SCRIPT & CODE EXAMPLE
Karaoke language
Search
Go
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
COMMENT
Name
5+8 =
Submit