JavaScript has()
Postado 2023-05-16 11:21:29
0
4KB
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.
Pesquisar
Categorias
- Arts
- Business
- Computers
- Jogos
- Health
- Início
- Kids and Teens
- Money
- News
- Recreation
- Reference
- Regional
- Science
- Shopping
- Society
- Sports
- Бизнес
- Деньги
- Дом
- Досуг
- Здоровье
- Игры
- Искусство
- Источники информации
- Компьютеры
- Наука
- Новости и СМИ
- Общество
- Покупки
- Спорт
- Страны и регионы
- World
Leia mais
The concept of the business environment
All living things, including humans, live in the environment. Besides Natural environment,...
Похитители велосипедов. The Bicycle Thief. (1948)
Послевоенный Рим, давно неработающий Антонио вне себя от радости - он наконец-то находит работу....
How to make money on Google AdSense without a website
If you've ever visited forums like Reddit or Quora, you may have seen questions like, "How can I...
If and Else statements or Try and Except Statements
If and Else statements should be used if you want to check if something is True or false. This...
JavaScript Library
In the past, you would create a new file, paste your code and place this file in every project...