Convert the pancake string to an array using split(), so we can print each ingredient later. Write only the method call.
let pancake = "milk, flour, egg, butter, sugar, baking powder, salt";Convert the pancake string to an array using split(), so we can print each ingredient later. Write only the method call.
let pancake = "milk, flour, egg, butter, sugar, baking powder, salt";Create a free account to access the full topic