// Creating javascript map with one instruction const map = new Map([ ["key", "value"], ["key2", "value2"], ]);