Wie man eine If -Schleife erstellt, passieren eine
let switch = true
if ( switch = true && other criteria) {
// the code
switch = false
}
:0
let switch = true
if ( switch = true && other criteria) {
// the code
switch = false
}