objeto js sin prototipo

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