Browse Source

HW<9 fixed> done

Illia Kozyr 1 year ago
parent
commit
30b14a06a0
1 changed files with 1 additions and 1 deletions
  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;
                 };
             }