Skip to content

Instantly share code, notes, and snippets.

@sibinx7
Last active September 30, 2019 04:36
Show Gist options
  • Select an option

  • Save sibinx7/bad5426ea13a034896f69be78e345849 to your computer and use it in GitHub Desktop.

Select an option

Save sibinx7/bad5426ea13a034896f69be78e345849 to your computer and use it in GitHub Desktop.
Javascript snippets

Call and Apply (Apply -> array, Call arguments)

tempArray.push.apply(tempArray, questions)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment