Closed JimLynchCodes closed 11 months ago
I noticed in the README here all the examples use var.
Var is a very oldschool syntax and basically all usage of it is now an antipattern.
Can we please update the examples to use the "const" keyword?
Sure, updating the examples seems fine.
thanks all 👍
I noticed in the README here all the examples use var.
Var is a very oldschool syntax and basically all usage of it is now an antipattern.
Can we please update the examples to use the "const" keyword?