click here to view image descriptionHey! I'm new around here and would really appreciate some feedback.
In my code, I have a nested list called "mixed" that looks like this: [['John',34],['Mary',4],['Jack',234]]. I've separated it into two new lists (word and num) and now I want to use these values in the mounted section. However, I'm stuck on how to do that. Any help is greatly appreciated!
click here to view image descriptionI'm feeling a bit lost on what to do next.