I am making a small login system using local storage. In my js I need some way to loop through the local storage to check if there is a match between the input form and json (username, password) in local storage.
Can I use a normal for loop ? jQuery .each?