code within block-text not visible properly

In page
https://javascript.info/variables
Line starting from
>>
let message;
message = 'Hello'; // store the string
<< here 'message' variable is not visible
similarly few code blocks below....
https://javascript.info/variables
Line starting from
>>
let message;
message = 'Hello'; // store the string
<< here 'message' variable is not visible
similarly few code blocks below....