Home>Article>Web Front-end> How to determine whether it is a function in javascript

How to determine whether it is a function in javascript

青灯夜游
青灯夜游 Original
2021-04-19 18:52:14 8917browse

In JavaScript, you can use typeof and "===" operators to determine whether it is a function. The syntax format is "if (typeof function name === "function") {//It is a function} else { //Not a function}".

How to determine whether it is a function in javascript

The operating environment of this tutorial: windows7 system, javascript version 1.8.5, Dell G3 computer.

javascript determines whether it is a function

Description:

typeof operator is used to detect the data type of the variable

[Recommended learning:javascript advanced tutorial]

The above is the detailed content of How to determine whether it is a function in javascript. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn