var array = []; var element = "anything you want in the array"; array.push(element); // array = [ "anything you want in the array" ]