Flavour Choice
- Create variables likesChocolate and likesVanilla.
- let likesChocolate = false;
- Create a function and call oncliking button.
- Inside this function use the || operator to log "Here's your ice cream".
- If at least one flavour
preference
is
true.
- Otherwise, log "Sorry, we don't have a flavour for you".
- Change after all two let (variables) value to false and check condition.