Skip to content

Instantly share code, notes, and snippets.

@kamiljozwik
Last active January 11, 2021 20:11
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 kamiljozwik/e042548c236fccbe77739604fcfaaa40 to your computer and use it in GitHub Desktop.
Save kamiljozwik/e042548c236fccbe77739604fcfaaa40 to your computer and use it in GitHub Desktop.
const name = "NAME"
const a = 1;
const b = 2;
const c = a + b;
const d = a + b + 10;
console.log(d);
@kamiljozwik
Copy link
Author

Perfect 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment