Skip to content

Instantly share code, notes, and snippets.

@migsan
Created March 7, 2019 14:59
Show Gist options
  • Save migsan/cd1f8dc80939ce2531a9198c87195515 to your computer and use it in GitHub Desktop.
Save migsan/cd1f8dc80939ce2531a9198c87195515 to your computer and use it in GitHub Desktop.

HELLO

// this is code

const a = 1;

let b = a * 2;

console.log(b);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment