JavaScript has()
Posted 2023-05-16 11:21:29
0
7K
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.
Cerca
Categorie
- Arts
- Business
- Computers
- Giochi
- Health
- Home
- Kids and Teens
- Money
- News
- Recreation
- Reference
- Regional
- Science
- Shopping
- Society
- Sports
- Бизнес
- Деньги
- Дом
- Досуг
- Здоровье
- Игры
- Искусство
- Источники информации
- Компьютеры
- Наука
- Новости и СМИ
- Общество
- Покупки
- Спорт
- Страны и регионы
- World
Leggi tutto
Общество мертвых поэтов. Dead Poets Society. (1989)
Джон Китинг — новый преподаватель английской словесности в консервативном американском...
Индиана Джонс и последний крестовый поход. Indiana Jones and the Last Crusade. (1989)
На этот раз бесстрашный Индиана разыскивает самую таинственную реликвию в истории человечества...
Python Newline
In Python, the new line character “\n” is used to create a new line....
Increasing staff loyalty
This article discusses the issues of how important the influence of staff loyalty on the...
JavaScript JSON.stringify()
A common use of JSON is to exchange data to/from a web server. When sending data to a web...