I accidentally pressed Ctrl S and my code was saved to my browser’s local storage. Where can I find that saved file?
when you load the page, the code will appear in the editor
you have the option to download when you submit something successfully
Browser storage is not like a normal file system, in that the way the code is saved is as a long string.
You can find it by opening your browser devtools, and looking in the storage tab:

