showing results for - "how to make a if loop happen one"
Mirko
10 Jul 2017
1let switch = true
2  if ( switch = true && other criteria) {
3 // the code 
4    switch = false
5  }