HTML5 Web Storage (Secret) - Low Security Level
Solution:
Step 1. Right click on the lesson page and select Inspect Element (Q)
Step 2. Click on console and give below payload as an input.
Payload:
alert(localStorage.getItem('secret'))
PseudoTime