variables in javascript declaration and initialization

It is mentioned in the sources that let and constant variables are not initialized but declared but the code in the snapshot shows the use of the variables without initialization where only constant variable has an impact of not declaring
Can anyone please explain why is this the contradictory part?