DEV Community

Ed Stokes
Ed Stokes

Posted on

When to use const and let

I am new to javascript and sometimes get confused on when to use const and let i found the following aritcle to be helpful. https://codeburst.io/javascript-var-let-or-const-which-one-should-you-use-2fd521b050fa

Top comments (0)