Update the var keyword in README to const
dushmanta05 opened this issue · 0 comments
dushmanta05 commented
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.