Posts by Daniel Drummond • 7 points
2 posts
-
0
votes1
answer43
viewsA: Problem with the Localstorage
Well let’s go for points. You are using the same function to save and delete item in localStore, it would be better to have two functions one to save and one to delete. Can use…
javascriptanswered Daniel Drummond 7 -
-2
votes2
answers142
viewsQ: How to sort an object with Javascript?
I’m creating a function that takes elements from a . json file and creates options for a select in HTML dynamically. This file is ordered, but when it is presented in HTML it is disordered. Example…