users.forEach((user, index)=>{ console.log(index); // Prints the index at which the loop is currently at });