#var-let-const
Read more stories on Hashnode
Articles with this tag
Why not VAR? In general, the let keyword is used to declare variables. Although, there is another way to do it using the 'var' keyword. We find this...