//Ways to Declare Variables in Vanilla JavaScript var myName = "Olamilekan"; let myAge = 19; const areYouMale = true;