JS -объект без прототипа

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