var obj = { a: 1, b: 2, c:3 }; var list = {}; list['ololo'] = obj; // добавляем delete list['ololo']; // удаляем