How do I manipulate a Django dictionary in JavaScript?
I have a dictionary called cards, which I have created from my Card model. Each card has a front and back property. I think I am importing the 'cards' dictionary into my JS file from the template correctly. But I…