We'll use a comparison to check if the account is an administrator and store the result in a variable.

Check if account is equal to "admin" and store the result in an isAdmin variable.

Make sure to pick var followed by isAdmin and then =, account, ===, "admin", ;.