[][src]Function boa::builtins::array::for_each

pub fn for_each(
    this: &Value,
    args: &[Value],
    interpreter: &mut Interpreter
) -> ResultValue

Array.prototype.forEach ( callbackFn [ , thisArg ] )

This method executes the provided callback function for each element in the array. https://tc39.es/ecma262/#sec-array.prototype.foreach