#functional-programming
Read more stories on Hashnode
Articles with this tag
Types of variables Var --> function scoped Let --> block scoped Const --> block scoped Var When a Var variable is declared outside the function ,...