Basic JavaScript - Storing Values with the Assignment Operator

Tell us what’s happening:
Describe your issue in detail here.
what is var a;

Your code so far

// Setup
var a;

// Only change code below this line

Your browser information:

User Agent is: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Firefox/102.0

Challenge: Basic JavaScript – Storing Values with the Assignment Operator

Link to the challenge:

It declares a variable named a.

You need to assign the value to variable “a”.

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