// initialize array var arr = [ "Hi", "Hello", "Bonjour" ]; // append new value to the array arr.push("Osamah"); console.log(arr);