Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updated onclick() parameter passing in javascript
on click event parameter passing formatted from ` onClick ="deleteNote({{note.id}})" ` to `onClick ="deleteNote('{{note.id}}')"` now there's no "property assignment error"
- Loading branch information