function authenticationCheck(passCode){ /* Challenge: 1. If the passcode passed into authenticationCheck exists in swissBankPassCodesArr, authenticationCheck should log out accountBalanceUsd.
If the passcode does not exist in swissBankPassCodesArr then authenticationCheck need not do anything.
⚠️ Make sure you short-circuit with && hint.md for help! */ }