Skip to content

Instantly share code, notes, and snippets.

@sibinx7
Last active September 30, 2019 04:36
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 sibinx7/bad5426ea13a034896f69be78e345849 to your computer and use it in GitHub Desktop.
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