DEV Community

pouya alamdari
pouya alamdari

Posted on

let and const

if we use let we can change it
Image description

but if we use const we can't change it
Image description

Top comments (0)