JavaScript has()
نشر بتاريخ 2023-05-16 11:21:29
0
10كيلو بايت
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.
البحث
الأقسام
- Arts
- Business
- Computers
- الألعاب
- Health
- الرئيسية
- Kids and Teens
- مال
- News
- Recreation
- Reference
- Regional
- Science
- Shopping
- Society
- Sports
- Бизнес
- Деньги
- Дом
- Досуг
- Здоровье
- Игры
- Искусство
- Источники информации
- Компьютеры
- Наука
- Новости и СМИ
- Общество
- Покупки
- Спорт
- Страны и регионы
- World
إقرأ المزيد
Fitness: The Path to Health and Beauty
In today's world, where stress and sedentary lifestyles have become the norm, the importance of...
What Legacy Did They Leave Behind?
A leader’s true impact is often measured not during their lifetime, but in the legacy they...
Головоломка. Inside Out. (2016)
Райли — обычная 11-летняя школьница, и, как у каждого из нас, ее поведение определяют пять...
Multimedia
Multimedia - data, or content, which is presented simultaneously in different...
PEP8 Quick Tip
When indenting, use tabs instead of spaces. Yes, PEP8 does tell you that spaces are suggested for...