map.set()

차노·2023년 8월 12일
0

JS

목록 보기
34/96

The set() method of Map adds or updates an entry in this map with a specified key and a value.

특정 엔트리를 더하거나 변경할 때 사용한다.

Syntax

set(key, value)
parameters => key, value

Return Value => The Map object

변경할 때 set() method를 사용한다.

키, 밸류매개변수를 받는다.

Reference

0개의 댓글