Admission Check
- Create variables age and hasTicket.
- Change variable value accordingly.
- Create a function and call oncliking button.
- Inside this function using a if statement with the && operator, log "Welcome!".
- If the person is over 18 and has a ticket. Otherwise, log "Sorry, you cannot enter."