some web dev / js tricks
let dict = Object.create(null); // dict.__proto__ === "undefined" // No object properties exist until you add them