/node-hw-01

Primary LanguageJavaScript

node-hw-01

Отримуємо і виводимо весь список контактів у вигляді таблиці (console.table)

node index.js --action="list"

https://monosnap.com/file/dSnCVbpfM67y9ICaOrrM42WskYWlxG

Отримуємо контакт по id і виводимо у консоль об'єкт контакту або null, якщо контакту з таким id не існує.

node index.js --action="get" --id 05olLMgyVQdWRwgKfg5J6

https://monosnap.com/file/kO1TecD0yyd9Ks2o5Asu5HgVxFUEvx

Додаємо контакт та виводимо в консоль об'єкт новоствореного контакту

node index.js --action="add" --name Mango --email mango@gmail.com --phone 322-22-22

https://monosnap.com/file/kfOOC8EaQBsZ2xbI5DvEVRIUuVAzuG

Видаляємо контакт та виводимо в консоль об'єкт видаленого контакту або null, якщо контакту з таким id не існує.

node index.js --action="remove" --id qdggE76Jtbfd9eWJHrssH

https://monosnap.com/file/YDVhrn277PgEXLwA2x31wKWrDtgfLx