search
HomeComputer TutorialsComputer KnowledgeHow to determine whether a data is an array

How to determine whether a data is an array

Jan 08, 2024 am 08:06 AM
js determines array typeHow to determine whether a data is an arrayFour ways to determine whether a variable is an array or an object in js

How to determine whether a data is an array

There are two main ones, typeof and instanceof, juti usage is as follows

typeof operator

For several types of objects such as Function, String, Number, Undefined, etc., he is fully capable, but for Array

1 var arr=new Array("1","2","3","4","5");

2 alert(typeof(arr));

You will receive an object answer, which is a bit disappointing.

instanceof operator

The instanceof operator in JavaScript returns a Boolean value indicating whether the object is an instance of a specific class. Usage method: result = object instanceof class, still the array just now, try it again, um, return true successfully.

1 var arrayStr=new Array("1","2","3","4","5");

2 alert(arrayStr instanceof Array);

Small summary: It seems that the questions we discussed today have been answered, but in fact, shuttling between multiple frames will cause big problems.

Four ways to determine whether a variable is an array or an object in js

Because whether it is an array or an object, the return value of the typeof operation is object, so there is a need to distinguish between array types and object types:

Fang 1: Through the length attribute: Generally, the object does not have a length attribute value, its value is undefiend, and the length value of the array is of type number

Disadvantages: Very impractical. When the object's attribute has length and its value is number (such as a class array), this method will be invalid. It is not recommended to use it. Just take a look.

*Part 2: Judge the distinction through instanceof

var arr = [1, 2, 3]; var obj = {name: 'lyl',age: 18, 1: 'name'}console.log(arr instanceof Array); //trueconsole.log(obj instanceof Array); //false

*Fang San: through constructor

var arr = [1, 2, 3]; var obj = {name: 'lyl',age: 18, 1: 'name'}console.log(arr.constructor === Array); //trueconsole .log(obj.constructor === Array); //false

The above is the detailed content of How to determine whether a data is an array. For more information, please follow other related articles on the PHP Chinese website!

Statement
This article is reproduced at:Excel办公网. If there is any infringement, please contact admin@php.cn delete
Use Chrome Web Store to Find & Install Extensions for Chrome - MiniToolUse Chrome Web Store to Find & Install Extensions for Chrome - MiniToolMay 06, 2025 am 12:50 AM

Learn about Chrome Web Store and use it to easily find and add useful extensions to your Google Chrome browser. Detailed instructions for how to install and manage Chrome Web Store extensions are provided.

Fix: Microsoft Word Opens Files in Read-Only Mode - MiniToolFix: Microsoft Word Opens Files in Read-Only Mode - MiniToolMay 06, 2025 am 12:48 AM

Sometimes Microsoft Word opens files in read-only mode, which prevents you from editing the documents. This article from php.cn mainly introduces several ways to solve the problem “Microsoft Word opens files in read-only mode”.

How to Download, Install, Update RTX 3060 Drivers for Win 11/10 - MiniToolHow to Download, Install, Update RTX 3060 Drivers for Win 11/10 - MiniToolMay 06, 2025 am 12:47 AM

RTX 3060 drivers download, installation, and update are simple tasks. If you have a new graphics card - NVIDIA GeForce RTX 3060 Ti, updating or installing the proper graphics card driver for it is important. Let’s read this post and php.cn will show

[Answers Got] Google Sites Sign in – What Is Google Sites? - MiniTool[Answers Got] Google Sites Sign in – What Is Google Sites? - MiniToolMay 06, 2025 am 12:46 AM

What is Google Sites? Google has developed a variety of products covering different fields. Just like Gmail, Calendar, Drive, Docs, Sheets, and Slides, Google Sites is one of them but not that kind of commonly used in daily life. But Google Sites is

How to Update Your PS5 DualSense Controller on PC? - MiniToolHow to Update Your PS5 DualSense Controller on PC? - MiniToolMay 06, 2025 am 12:45 AM

Sony has released a new app Firmware updater for DualSense wireless controller to help its users to update the PS5 DualSense controller on PC. In this post, php.cn will show you how to update the PS5 DualSense controller on a PC using this new app.

Easy Ways to Ping a Phone to Find Its Location – Is It Legal? - MiniToolEasy Ways to Ping a Phone to Find Its Location – Is It Legal? - MiniToolMay 06, 2025 am 12:44 AM

When you lost your mobile phone, you want to find its location and ping a phone in some way; or if your children have a long time to leave home, you need to locate them and ping their phone. But what’s the bottom line of pinging a phone? And how to p

Guide - Windows 11 Enterprise N: ISO Download/Install, WatchGuide - Windows 11 Enterprise N: ISO Download/Install, WatchMay 06, 2025 am 12:43 AM

Windows is Windows 11 Enterprise N? What is the difference between Windows 11 Enterprise and Enterprise N? How to download Windows 11 Enterprise N ISO and install it on your PC? In this post from php.cn, you can find answers to these questions, and l

Tiny11Builder Creates Your Own Tiny11 – Windows 11 Lite ISO - MiniToolTiny11Builder Creates Your Own Tiny11 – Windows 11 Lite ISO - MiniToolMay 06, 2025 am 12:42 AM

What should you do if you want to create your own Tiny11 – a Windows 11 lightweight version? Tiny11Builder can help you to build a light version of Windows 11 with the official Windows 11 ISO file. See this post from php.cn and you can find much info

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

WebStorm Mac version

WebStorm Mac version

Useful JavaScript development tools

Safe Exam Browser

Safe Exam Browser

Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.

VSCode Windows 64-bit Download

VSCode Windows 64-bit Download

A free and powerful IDE editor launched by Microsoft

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

DVWA

DVWA

Damn Vulnerable Web App (DVWA) is a PHP/MySQL web application that is very vulnerable. Its main goals are to be an aid for security professionals to test their skills and tools in a legal environment, to help web developers better understand the process of securing web applications, and to help teachers/students teach/learn in a classroom environment Web application security. The goal of DVWA is to practice some of the most common web vulnerabilities through a simple and straightforward interface, with varying degrees of difficulty. Please note that this software