Skip to content

Instantly share code, notes, and snippets.

@ufocoder
Created October 31, 2018 12:04
Show Gist options
  • Select an option

  • Save ufocoder/7c2977d02d25f76b2ace74daae8a7b96 to your computer and use it in GitHub Desktop.

Select an option

Save ufocoder/7c2977d02d25f76b2ace74daae8a7b96 to your computer and use it in GitHub Desktop.
let x = 96;
get42(); // 42
get36(); // 36
x = 12;
get18(); // 18
x; // 12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment