Skip to content

Instantly share code, notes, and snippets.

@QuatoHub
Created September 8, 2021 07:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save QuatoHub/4748cd99ec0ef3231c22547009693acf to your computer and use it in GitHub Desktop.
Save QuatoHub/4748cd99ec0ef3231c22547009693acf to your computer and use it in GitHub Desktop.
5 + 2; // 7
5 - 2; // 3
5 * 2; // 10
5 / 2; // 2.5
5 % 2; // 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment