Darkassassin07, 1 year ago if(condition) {#block never used} else {#actually do a thing} Vs ifn’t(condition) {#actually do a thing} Vs if!(condition) {#actually do a thing}
if(condition) {#block never used} else {#actually do a thing}
Vs
ifn’t(condition) {#actually do a thing}
if!(condition) {#actually do a thing}