Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR TYPESCRIPT

typescript add item to map

let dictionary : Map<string, string> = new Map<string, string>();
dictionary.set('key1', 'value1');
 
PREVIOUS NEXT
Tagged: #typescript #add #item #map
ADD COMMENT
Topic
Name
2+1 =