Answers for "exists js function"

2

check if function exists javascript

if (typeof payment === "function")
{
  // Do something
}
Posted by: Guest on September-18-2019
-2

function exists javascript

How to check if function exists in JavaScript?
Posted by: Guest on June-11-2021

Code answers related to "Javascript"

Browse Popular Code Answers by Language