Learn Basic JavaScript by Building a Role Playing Game - Step 81

Tell us what’s happening:

Hi, everyone

I’ve got stuck in this step. I’ve followed the instructions, reviewed the code many times and still can’t find the error.

If someone could take a glance in my code and tell me what’s preventing passing this step I’d be grateful.

Thank y’all for you time and consideration.

Your code so far

<!-- file: index.html -->

/* file: script.js */
// User Editable Region

const weapons = [("stick", "power" = 5), ("dagger", "power" = 30), ("Clow hammer", "power" = 50), ("sword", "power" = 100)];

// User Editable Region
/* file: styles.css */

Your browser information:

User Agent is: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36

Challenge Information:

Learn Basic JavaScript by Building a Role Playing Game - Step 81

those are not objects
do you remember how an object is made?

You can look at the locations array objects as a reference.