0
Why i can't use the localStorage here in sololearn
localStorage.setItem("name","BMO"); console.log(localStorage.name);
2 Respostas
+ 3
because the app authors has decided to not authorize it in the html webview component ^^
however, it work if you run your code inside the web version of sololearn code playground ;)
+ 1
Because sololearn is not your typical web browser.