Armazene vários valores em uma variável usando matrizes JavaScript

Tell us what’s happening:

Your code so far


// Only change code below this line
var myArray = ["string", "number"];

Não consigo sair daqui, não sei onde está errado.

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.82 Safari/537.36.

Challenge: Store Multiple Values in one Variable using JavaScript Arrays

Link to the challenge:

Hi @abcorreapires !

Welcome to the forum!

The problem is here

You need to write an actual number. (ex. 3)

Make sense?

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.