We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dad5703 commit 0c89310Copy full SHA for 0c89310
1 file changed
README.md
@@ -1,4 +1,4 @@
1
-# Performance-analysis-es6
+# Performance-analysis
2
Here do the analysis of es6/array methods map,reduce,filter,find vs for loop vs vs for each for basic operations manipulation
3
4
# **************** Reduce performace check ***************
@@ -20,4 +20,4 @@ Here do the analysis of es6/array methods map,reduce,filter,find vs for loop vs
20
# **************** Wining List Of Performance***************
21
1. for loop
22
2. foreach
23
-3. map/reduce/filter/find
+3. map/reduce/filter/find
0 commit comments