Skip to content

Instantly share code, notes, and snippets.

@periakteon
Created March 22, 2023 14:26
Show Gist options
  • Save periakteon/275b83bf35045dd8b1c2daf274b075b0 to your computer and use it in GitHub Desktop.
Save periakteon/275b83bf35045dd8b1c2daf274b075b0 to your computer and use it in GitHub Desktop.
FreeCodeCamp: Use the Conditional (Ternary) Operator (Challenge)
function checkEqual(a, b) {
}
checkEqual(1, 2);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment