const heroes = ["Batman", "Superman", "Hulk"]; const lastHero = heroes.pop(); // Returns last elment of the Array // lastHero = "Hulk"