Variables and Data Types in JavaScript
1. What Is a Variable?
Think of a variable as a box.
You label the box. You put something inside it. Later, you can open it, check what's inside, or swap the contents.
[ playerName: "Steve" ]
[ woodCo
javascript-learnings-krrish.hashnode.dev4 min read