Skip to content

Instantly share code, notes, and snippets.

@virtual
Created February 12, 2020 22:38
Show Gist options
  • Select an option

  • Save virtual/007df117c5892bd6c96cb33e4382aa15 to your computer and use it in GitHub Desktop.

Select an option

Save virtual/007df117c5892bd6c96cb33e4382aa15 to your computer and use it in GitHub Desktop.
If Function Exists JS
if (typeof me.onChange === "function") {
// safe to use the function
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment