📜  如何使 if 循环发生一次 - Javascript 代码示例

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

代码示例1
let switch = true
  if ( switch = true && other criteria) {
 // the code 
    switch = false
  }