Concept Flow - Variable declaration using let
Start
Declare variable with let
Assign initial value
Use or update variable
End or block scope exit
This flow shows declaring a variable with let, assigning a value, using or updating it, and then ending or leaving its block scope.