In the following code example writes
letdoes for us is create a unique value ofieach time the loop iterates. When our loop is over, we have created six separate values ofithat are stored in memory that ourconsole.log(i)statements can access."
How let create a new i in every iteration but only one var i?