Skip to content

Commit 73a8249

Browse files
Update. README.md
1 parent 3588061 commit 73a8249

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
We have few techniques to iterate over the arrays, objects and strings.
44

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.
5+
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.
66

7-
## Results:
7+
## Results
88
* `While` loop - 1.4ms
99
* `Do while` loop - 0.8ms
1010
* `For` loop - 0.8ms

0 commit comments

Comments
 (0)