Skip to content

Instantly share code, notes, and snippets.

@bobdobbalina
Last active January 20, 2021 19:13
Show Gist options
  • Save bobdobbalina/4b162b4826de5149cc09ad5dc640c6c3 to your computer and use it in GitHub Desktop.
Save bobdobbalina/4b162b4826de5149cc09ad5dc640c6c3 to your computer and use it in GitHub Desktop.
Javascript: Calling dynamically a function inside an array
let method = (/* True or false */ ? 'start' : 'stop');
array[method]();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment