Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

js is function

if(typeof test === "function") {
  console.log('test is a function');
}else {
  console.log('test is not a function');
}
 
PREVIOUS NEXT
Tagged: #js #function
ADD COMMENT
Topic
Name
9+1 =