Skip to content

Instantly share code, notes, and snippets.

@gabsprates
Last active October 15, 2016 20:12
Show Gist options
  • Save gabsprates/9b6e649eb308cf7ef18ef01606bd9d56 to your computer and use it in GitHub Desktop.
Save gabsprates/9b6e649eb308cf7ef18ef01606bd9d56 to your computer and use it in GitHub Desktop.
+Infinity + (+Infinity) // Infinity
-Infinity + (-Infinity) // -Infinity
4 + 0 // 4
0 - 4 // -4
6 + 4 // 10
5 - 6 // -1
(-0) + 0 // 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment