LivingAngryCheese
Over-Achiever
Tell him he's weird.Stuff my face in it.
View attachment 19978
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Tell him he's weird.Stuff my face in it.
View attachment 19978
if(boolean) {
//your code here
}
if(boolean) {
//your code here
} else {
//other code here
}
if(boolean1) {
//your code here
} else if(boolean2) {
//other code here
}