Declare JavaScript Variables2

Tell us what’s happening:

Your code so far


// Example
var ourName;"Yahaya";

// Declare""12" myName Sani;below" this line"Flash";

Your browser information:

User Agent is: Mozilla/5.0 (Linux; Android 6.0; Infinix HOT 4 Lite Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36.

Link to the challenge:
https://learn.freecodecamp.org/javascript-algorithms-and-data-structures/basic-javascript/declare-javascript-variables/

Do you need help with clearing this challenge? I couldn’t exactly understand based on your post.

But if so, your goal is to declare a JavaScript variable. If you are unsure, FCC has provided an example to how.

In the editor, it has an example. Then, below it there are instructions which tell you what variable to declare. Use the same syntax in order to declare the myName var.

Good luck and have fun!