Tell us what’s happening:
It is not an issue I simply need some clarification on what I am being told here. So I am not understand ‘myVar’ and ‘myNum’. is ‘myVar’ ONLY SPECIFIALLY allocated to ‘a’ or for ex; i have variables ‘a-d’ though any of ‘a’ ‘b’ ‘c’ ‘d’ can be considered ‘myVar’ and i am specifically choosing which ‘myVar’ from the multiple? because it seems that ‘b’ is specifically allocated to 'myNum" from what the example is showing and i can read that ‘myNum’ is a variable so are these simply placeholders or am I actually looking at terms used in the profession and each variable created is going to have some specific ‘my----’ variable to go with it?
Your project link(s)
Basic JavaScript: Assigning the Value of One Variable to Another | freeCodeCamp.org
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36 Edg/119.0.0.0
Challenge Information:
Basic JavaScript - Assigning the Value of One Variable to Another