let, const and var? I'm aware let is used to declare generic variables and const is used for constant variables that never change etc. however i've heard you shouldn't use var but i've also heard it has it's uses in some situations? .length not require double parenthesis after it, but functions such as .toUpperCase() do?@param's mean in comments? I've seen them in a few files.