About Variables
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 ...
kara14.hashnode.dev2 min read