This question has already been answered:
- I just can not decide [closed] 1 answer
// Телефонная книга var phoneBook = {}; /** * @param {String} command * @returns {*} - результат зависит от команды */ module.exports = function (command) { }; Here, in the function, you need to write the code, which, when writing the above commands, either writes, deletes or shows the name and number. That's just not clear the task itself, how and what to build on, please tell me
