Skip to content

Instantly share code, notes, and snippets.

@QuatoHub
Created September 8, 2021 07:51
Show Gist options
  • Save QuatoHub/a073d20eb61d9cb026972fc8fd1508bf to your computer and use it in GitHub Desktop.
Save QuatoHub/a073d20eb61d9cb026972fc8fd1508bf to your computer and use it in GitHub Desktop.
// 대소 관계 비교
5 > 0; // true
5 < 0; // false
5 >= 0; // true
5 >= 0; // true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment