115 B
115 B
importance: 5
if (a string with zero)
Will alert
be shown?
if ("0") {
alert( 'Hello' );
}
importance: 5
Will alert
be shown?
if ("0") {
alert( 'Hello' );
}