Understanding Variables and Data Types in JavaScript
Every program you will ever write needs to remember things — a user's name, their score, whether they are logged in. Variables are how we do that. By the end of this article, you will understand what
sofiyablogonjs.hashnode.dev7 min read