If, after the following JavaScript code executes, the value…
If, after the following JavaScript code executes, the value of toppings is , what belongs in the blank?let toppings = ;toppings.pop();_____toppings.sort();
If, after the following JavaScript code executes, the value…
Questions
If, аfter the fоllоwing JаvаScript cоde executes, the value of toppings is ["cheese", "mushrooms", "peppers", "sauce"], what belongs in the blank?let toppings = ["sauce", "cheese", "mushrooms"];toppings.pop();_____toppings.sort();