Describe your issue in detail here.
I need help with this one
Your code so far
const locations = [
{
name: “town square”,
“button text”: [“Go to store”, “Go to cave”, “Fight dragon”],
“button functions”: [goStore, goCave, fightDragon],
text: “You are in the town square. You see a sign that says "Store".”
}
{
name: “store”,
text: “You enter the store.”
}
];