Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 116 Bytes

File metadata and controls

13 lines (9 loc) · 116 Bytes

importance: 5


if (un string con cero)

Se mostrará el alert?

if ("0") {
  alert( 'Hello' );
}