function myFunction() {
  var pizzaName = "Margarita";
  // Code here can use pizzaName
}
// Code here can't use pizzaName
Comments