Declare JavaScript Variables - help me please - Minh Pham

Be sure to “declare” your variable. The objective is not to assign a value to the variable, such as setting it equal to your name, but to simply declare it.

Make sure you pay attention to the instructions and follow the Read-Search-Ask method if you get stuck. A simple search for how to declare a variable in javascript in google would help you solve this problem immediately.

1 Like