Getting the Console from an Embedded Replit

Question:


I want to embed two replits into another repl. The two ‘sub-replits’ are puzzles that the user needs to complete, and they are coded in HTML/CSS/JS. When the user completes the puzzles, the words “Done” will appear in the console. How could I access that from the hosting replit, that contains the two sub-replits?

Hey @Neurotricity, welcome to the forums!

This isn’t actually possible, accessing console via HMTL or any other web server isn’t possible. You could maybe display a Javascript alert :

alert("Done")