Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 139 Bytes

File metadata and controls

14 lines (9 loc) · 139 Bytes

importance: 5


if (chuỗi văn bản với số 0)

alert có hiện ra không?

if ("0") {
  alert( 'Xin chào' );
}