Solved

Identify the General Syntax of the ForEach Method

Question 82

Multiple Choice

Identify the general syntax of the forEach method.


A) array.forEach [,thisArg]() {
Commands
}
B) ​array.forEach(callback [,thisArg])
C) array.forEach (value) {
Commands
}
D) ​array.forEach(callback [value])

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions