The set() method of Map adds or updates an entry in this map with a specified key and a value.
특정 엔트리를 더하거나 변경할 때 사용한다.
set(key, value) parameters => key, value
Return Value => The Map object
변경할 때 set() method를 사용한다.
키, 밸류로 매개변수를 받는다.
Reference