There was an error while loading. Please reload this page.
1 parent 3588061 commit 73a8249Copy full SHA for 73a8249
README.md
@@ -2,9 +2,9 @@
2
3
We have few techniques to iterate over the arrays, objects and strings.
4
5
-Tested the each technique with 1 Million iterations and ran the `test.js` file for `5` times using the `for i in {1..5}; node test.js;` command.
+Tested the each technique with 1 Million iterations and executed the `test.js` file for `5` times using the `for i in {1..5}; node test.js;` command.
6
7
-## Results:
+## Results
8
* `While` loop - 1.4ms
9
* `Do while` loop - 0.8ms
10
* `For` loop - 0.8ms
0 commit comments