Skip to content

Instantly share code, notes, and snippets.

@Tinusw
Created March 22, 2018 16:52
Show Gist options
  • Save Tinusw/ae6b0545f4a9b3f8e29b233d110d67fd to your computer and use it in GitHub Desktop.
Save Tinusw/ae6b0545f4a9b3f8e29b233d110d67fd to your computer and use it in GitHub Desktop.
console.log(1 < 2 < 3);
console.log(3 > 2 > 1);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment