InterviewSolution
Saved Bookmarks
| 1. |
The reduce and reduceRight methods follow a common operation called __________(a) filter and fold(b) inject and fold(c) finger and fold(d) foldThis question was addressed to me in an internship interview.The question is from Array and Related Methods topic in portion Lexical Structures of JavaScript |
|
Answer» Correct choice is (b) inject and fold |
|