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.
Buscar
Categorías
- Arts
- Business
- Computers
- Juegos
- Health
- Home
- Kids and Teens
- Money
- News
- Recreation
- Reference
- Regional
- Science
- Shopping
- Society
- Sports
- Бизнес
- Деньги
- Дом
- Досуг
- Здоровье
- Игры
- Искусство
- Источники информации
- Компьютеры
- Наука
- Новости и СМИ
- Общество
- Покупки
- Спорт
- Страны и регионы
- World
Read More
How Do You Build and Validate a Management Science Model?
Building a Management Science model involves several systematic steps, from defining the problem...
Why Is Management Science Important for Decision-Making?
Management Science plays a critical role in modern organizations because it brings structure,...
Pirates of the Caribbean: The Curse of the Black Pearl (2003)
Blacksmith Will Turner teams up with eccentric pirate "Captain" Jack Sparrow to save his love,...
Six Minutes to Midnight (2020)
UK, Aug. 15, 1939: 17 days before WWII, an English teacher and his camera disappear from a...
JavaScript Map
Map objects are collections of key-value pairs. A key in the Map may only...