Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 127 Bytes

File metadata and controls

14 lines (9 loc) · 127 Bytes

importance: 5


si (un string con cero)

Creará un alert que se muestre?

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