Cullub
0
Q:

if function example

var hi = "hi";
if (hi == "hi") { //if the variable hi is "hi" then:
  //Whatever you want to happen
} if (hi != "hi") {
  //Whatever you don't want to happen
}
1

New to Communities?

Join the community