DekGenius.com
Home
(current)
Dictionary
BOOKS
LYRICS
CHORD
SCRIPT & CODE EXAMPLE
Karaoke language
Search
Go
SCRIPT & CODE EXAMPLE
CODE EXAMPLE FOR JAVASCRIPT
js push into array if item exist
if
(
this
.
items
.
indexOf
(
item
)
===
-
1
)
{
this
.
items
.
push
(
item
)
;
console
.
log
(
this
.
items
)
;
}
Source by stackoverflow.com #
PREVIOUS
NEXT
Tagged:
#js
#push
#array
#item
#exist
ADD COMMENT
Topic
COMMENT
Name
9+3 =
Submit