Day5: Short variables declaration and Naming Rules
We mentioned that you can declare variables and assign them values on the same line:
But if you know what the initial value of a variable is going to be as soon as you declare it, it’s more
typical to use a short variable declaration. Instead of expl...
sandeepvura.hashnode.dev2 min read