Use Conditional Logic with If Statements

PHOTO EMBED

Sat Sep 10 2022 22:15:33 GMT+0000 (Coordinated Universal Time)

Saved by @chymax030 #javascript

if (wasThatTrue) {
    return "Yes, that was true";
  }
  return "No, that was false";
content_copyCOPY