let = 10 // accessable only in defined scope var = 10 // accessable in the function it is declared in (global variable in a function)