Create a function getVanillaIceCream,
which puts on the screen,
Vanilla ice cream please! as a
message.
Next, create another function
getChocolateIceCream,
which puts on the screen,
Chocolate ice cream please! as a
message.
After creating the two functions,
also execute them, so we can
see the messages in the console.