clarkgrubb / hyperpolyglot

hyperpolyglot.org
Other
473 stars 94 forks source link

Use "const" not "let" #65

Closed KyleAMathews closed 7 years ago

KyleAMathews commented 7 years ago

You should probably never be redefining a require so this example should use const not let.