Skip to content

Instantly share code, notes, and snippets.

@akira-cn
Created December 13, 2016 08:39
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 akira-cn/2205a9f67d423d19450ce56cb8ff0915 to your computer and use it in GitHub Desktop.
Save akira-cn/2205a9f67d423d19450ce56cb8ff0915 to your computer and use it in GitHub Desktop.
let multiply8 = (num) => num << 3;
multiply8(7); //We got 56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment