Skip to content

Instantly share code, notes, and snippets.

@zachgoll
Created December 24, 2020 23:24
Show Gist options
  • Select an option

  • Save zachgoll/d74d91a4b999ea9632a0b031182eef98 to your computer and use it in GitHub Desktop.

Select an option

Save zachgoll/d74d91a4b999ea9632a0b031182eef98 to your computer and use it in GitHub Desktop.
const yourFirstVariable = "learning to code gives you superpowers";
const yourSecondVariable = 10;
const yourThirdVariable = { name: "third variable", value: 40 };
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment