Craig
02/18/2021, 11:41 AMWatz
02/18/2021, 11:41 AMCraig
02/18/2021, 11:42 AMSciuridae54696d
02/18/2021, 12:24 PMstalbert
02/18/2021, 1:33 PMlet as a keyword but don't recall if it actually does anything different from var in 2.0Craig
02/18/2021, 1:38 PMCraig
02/18/2021, 1:38 PMstalbert
02/18/2021, 1:49 PMconst rather than let for safetystalbert
02/18/2021, 1:50 PMvar -> SS2.1 const unless you need to mutate the variable.stalbert
02/18/2021, 1:51 PMlet in the code stands out to tell you the variable is intended for mutationstalbert
02/18/2021, 1:51 PM