Vika 2 سال پیش
والد
کامیت
51d0d2b5a8
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);
 //     };