About Variables
Dec 25, 2022 · 2 min read · I believe that you know where to write js code(hint: vs code) Variables the variable is a container for storing data or we can say the variable is named storage. variable declaration you can declare a variable using 3 keywords let const var Let ...
Join discussion

