I’m sure that I have the code correct, but the test is not progressing. I can see in developer tools that the GET request is being cancelled, and I’m not sure why.
const weapons = [
{
name: "stick",
power: 5
},
{
name: "dagger",
power: 30
},
{
name: "claw hammer",
power: 50
},
{
name: "sword",
power: 100
}
];