The browser storage localStorage is not available. Either your browser does not support it or you have disabled it or the maximum memory size is exceeded. Without localStorage your solutions will not be stored.

What is x?

Let's practice what we've just learned. Here you have to read code.

Exercise

Which value does x have after execution of the following code?
let x = 'Geeta';
'Geeta'

loving