Skip to content

Instantly share code, notes, and snippets.

@kjk
Created November 8, 2019 22:06
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 kjk/dc7383e2de0858fdb1470fdec159f8f9 to your computer and use it in GitHub Desktop.
Save kjk/dc7383e2de0858fdb1470fdec159f8f9 to your computer and use it in GitHub Desktop.
// :glot
const i = 16;
const j = 38.53;
const z = i + j;
console.log(z); // -> 54.53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment