📜  对于每个 js - Javascript 代码示例

📅  最后修改于: 2022-03-11 15:02:11.040000             🧑  作者: Mango

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