Doubt in applying the value for a variable

Tell us what’s happening:
Describe your issue in detail here.
i have a bit confusion , as how to apply the value

Your code so far

var myVar = 0;
var myVar = a;
a = 9;

Your browser information:

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

Challenge: Initializing Variables with the Assignment Operator

Link to the challenge:

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