add val to array jquery

JavaScript
var fruits = ["Banana", "Orange", "Apple", "Mango"];

fruits.push("Kiwi"); 
Source

Also in JavaScript: