浏览代码

Обновить 'js1/main.js'

Viktoriia.Yurchenko 2 年之前
父节点
当前提交
2b53663770
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      js1/main.js

+ 1 - 1
js1/main.js

@@ -39,7 +39,7 @@ b = (c = b/2);
 
 //   if ( age == 0 || isNaN(age)) {
 //     age = prompt('Please writing your age'); console.log(age);
-//   } else if ( age !== nul) {
+//   } else if ( age !== null) {
 //       let yearBirth = yearPresent - age;
 //       alert(yearBirth);
 //     };