Skip to content

Commit dffb857

Browse files
committed
updated readme file
1 parent e5d7ffa commit dffb857

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,9 @@ method tests whether all elements pass the test or not which is implemented by p
240240

241241
* Here, provided function accepts two parameters: current letter and index. Read more about every function [here](https://www.geeksforgeeks.org/javascript-array-every-method/).
242242

243+
* In <font color="red" >.every()</font> method, it will return true if test passes all cases and will return false if it didn't.
244+
245+
> Did you notice any problem?There is problem with this implementation if we think performanace wise
243246
244247
245248

0 commit comments

Comments
 (0)