objet JS sans prototype

const nullProtoObj = Object.create(null); // create an object with "null" prototype
Bloody Booby