DEV Community

Discussion on: Why don’t we use var anymore?

Collapse
 
tiffany profile image
tiff

I actually use let in the body of a for loop as it checks which names to bind then copies all the values to those names on each iteration.