Illia Kozyr пре 1 година
родитељ
комит
30b14a06a0
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      HW 9/index.html

+ 1 - 1
HW 9/index.html

@@ -14,7 +14,7 @@
                 let t0 = performance.now();
                 return function tn() {
                     let t1 = performance.now();
-                    return t1 - t0 + ` milliseconds`;
+                    return t1 - t0;
                 };
             }