What if we only had strings in JS to store data?
What do you think are the limitations of storing data as a string?
So what would it look like if all we had in JavaScript were strings to store data?
How would we add data? Where would it go?
How would we find the data we are looking for?
How would we update or remove values?