ljharb/json-stable-stringify

Replace var with const?

Closed this issue · 1 comments

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.