06 August 2018
tags:
Totally works... for e.g.
const map = new Map() map.set(1,2) map.set(null,'apple') map.get(null) /* prints apple */
- Previous: Typescript + Webpack + Alias
- Next: more js quirks
Totally works... for e.g.
const map = new Map() map.set(1,2) map.set(null,'apple') map.get(null) /* prints apple */