Skip to content

Instantly share code, notes, and snippets.

@dotsonjb14
Created November 3, 2018 17:12
Show Gist options
  • Save dotsonjb14/2a052d563f61f0dd487009443f01bfd5 to your computer and use it in GitHub Desktop.
Save dotsonjb14/2a052d563f61f0dd487009443f01bfd5 to your computer and use it in GitHub Desktop.
const input1 = 4;
const input2 = 6;
const output1 = input1 * input1;
const output2 = input2 * input2;
console.log(output1 + output2);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment