JavaScript has()
Posted 2023-05-16 11:21:29
0
9K
The has()
function of the map object accepts a key in string format and returns a boolean value of true
if the specified key exists. Otherwise, the function returns false
.
Map is a data structure in JavaScript that allows the storage of [key, value] pairs where any value can be used as either a key or value.
Syntax
mapObject.has(key)
The has()
function takes a key in the string format. It returns a boolean value that indicates the presence of that key in the Map object.
Search
Categories
- Arts
- Business
- Computers
- Games
- Health
- Home
- Kids and Teens
- Money
- News
- Recreation
- Reference
- Regional
- Science
- Shopping
- Society
- Sports
- Бизнес
- Деньги
- Дом
- Досуг
- Здоровье
- Игры
- Искусство
- Источники информации
- Компьютеры
- Наука
- Новости и СМИ
- Общество
- Покупки
- Спорт
- Страны и регионы
- World
Read More
Dyslexia: History
Dyslexia was clinically described by Oswald Berkhan in 1881, but the term dyslexia was coined in...
How Do I Measure the Success of a Business Consulting Engagement?
When hiring a business consultant, companies invest not just in external expertise but in the...
What Are the Types of Analytics?
In today’s business and technology environment, data is often described as the “new...
Which Metrics Matter Most at Growth Stages?
As a business grows, the metrics that matter most evolve. In the earliest stages, survival and...
Python OverflowError
Raised when the result of an arithmetic operation is too large to be represented. This cannot...