Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

pusher js


var colors = ["red","blue","green","tomatto","pink"];
colors.push('black');
console.log(colors);


// Output is = [ 'red', 'blue', 'green', 'tomatto', 'pink', 'black' ]
Source by pushjs.org #
 
PREVIOUS NEXT
Tagged: #pusher #js
ADD COMMENT
Topic
Name
1+5 =