Skip to content

Instantly share code, notes, and snippets.

@AaronFlower
Created November 21, 2017 05:07
Show Gist options
  • Select an option

  • Save AaronFlower/d7665f4bdf0a1f62a65b8bb290e73f51 to your computer and use it in GitHub Desktop.

Select an option

Save AaronFlower/d7665f4bdf0a1f62a65b8bb290e73f51 to your computer and use it in GitHub Desktop.
Javascript Function Object
const adder = new Function('a', 'b', 'return a + b')
adder(2, 3)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment