Skip to content

Instantly share code, notes, and snippets.

@thonly
Last active September 21, 2021 12:39
Show Gist options
  • Save thonly/8757cf869a1d9abc19b48cd01461df88 to your computer and use it in GitHub Desktop.
Save thonly/8757cf869a1d9abc19b48cd01461df88 to your computer and use it in GitHub Desktop.
Episode 5 #oneliner
sb.onclick = () => pw.style.outlineColor = pw.value.split("").some(character => !isNaN(character)) ? "green" : "red"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment