Explorar o código

HW<9 fixed> done

Illia Kozyr hai 1 ano
pai
achega
30b14a06a0
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;
                 };
             }