Преглед изворни кода

Обновить '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);
 //     };