Posts by juninhoPortugale • 26 points
2 posts
-
1
votes1
answer106
viewsA: Update/Edit JSON in localStorage() with Java Script
Maybe this can help you: You can also pass the id and the guy as a parameter of your annotation present in your Storage for function saveEditedNote, and so filter it by passing the values of your…
-
-5
votes1
answer60
viewsQ: How to delete a JSON within an Array in localStorage()
I’m creating an app for annotations and I would like to be able to delete the respective note, when the user clicks, I created this function but it is not returning anything to my localStorage(), I…