Since the var keyword is considered outdated and less preferable compared to let and const. I think it would be beneficial if we updated the var keyword to const in the README. This change will align with the modern JS standards and will ensure that developers following the README are using the modern JavaScript coding standard.
Since the
varkeyword is considered outdated and less preferable compared toletandconst. I think it would be beneficial if we updated the var keyword to const in theREADME. This change will align with the modern JS standards and will ensure that developers following theREADMEare using the modern JavaScript coding standard.