MarynaMartseniuk / Note-Taker-ch11

Note Taker is an App that can be used to write and save notes. This application uses an Express.js back end and saves and retrieves note data from a JSON file.
MIT License
0 stars 0 forks source link

delete note #17

Closed MarynaMartseniuk closed 3 months ago

MarynaMartseniuk commented 3 months ago

expected: WHEN I click on the delete button icon - GARBAGE CAN THEN the the note I have chosen is deleted and disappears from the left-hand column where it was displayed with the other existing notes and do not appear again

now: WHEN I click on the delete button icon - GARBAGE CAN THEN the the note I have chosen is deleted and disappears from the left-hand column where it was displayed with the other existing notes and do not appear again