Day5: Short variables declaration and Naming Rules
May 21, 2022 · 2 min read · 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...
Join discussion