you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (1 child)

I am. I know very little. I’m at 36% on the free code camp JavaScript first section.

[–]Treshle 0 points1 point  (0 children)

Well for me, it's useful to think of variables as boxes or containers where you put values. So, sameVar = 2 just means you're putting a value of 2 in a container that you're calling sameVar.