ReferenceError: is not defined
Still trying to make progress on my app. Seems like each page is a battle...
I'm trying to populate a database collection with new data. When I test, it complains "Uncaught ReferenceError: userId is not defined". It's supposed to be getting userId from localStorage, and the localStorage variable clearly exists. I don't understand why it can't find userId.
Am I doing something wrong?
Thanks!