Secret Code Check
Write an
if
statement that sets the value of message
to 'Access granted'
only if the variable code
equals exactly 'letmein'
. Otherwise, message
should remain unchanged.Premium
JavaScript
Console