Skip to content

Instantly share code, notes, and snippets.

@zachgoll
Created January 1, 2021 17:01
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 zachgoll/6baec5981f3a0aab081e65d704cc6fc8 to your computer and use it in GitHub Desktop.
Save zachgoll/6baec5981f3a0aab081e65d704cc6fc8 to your computer and use it in GitHub Desktop.
const variable1 = 20;
const variable2 = '40';
const resultVariable = variable1 + variable2;
console.log(resultVariable);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment