You already know how to store a single value in a variable: let name = "Alice"; let age = 22; let city = "Mumbai"; But what if all three of these belong to the same thing — the same person? Storing
blogwithsuraj.hashnode.dev8 min read
No responses yet.