Illia Kozyr před 1 rokem
rodič
revize
30b14a06a0
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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;
                 };
             }