bagaimana membuat if loop terjadi satu

let switch = true
  if ( switch = true && other criteria) {
 // the code 
    switch = false
  }
:0