Const vs Let 👇👇👇 you should always declare variables with const, if you realize that the value of the variable needs to change, go back and change it to let. Use let when you know that the value of a variable will change. Use const
0
0
0
5
0