Is there a way to use a built-in incrementor in a JavaScript forEach loop? [closed]

I’m relatively new (humbled) to JavaScript. I was curious to know if similar to a for loop of which has the incrementing feature as the third argument, does a forEach() have that same ability to pass an incrementing argument as well? If so, how would you go about doing it correctly?