BitBrain.life

This project started as a simple “shower thought”. Could I build jsFiddle inside jsFiddle? After a few minutes of “fiddling”, it was clear that the answer was Yes! Below is the crude code of that first iteration. No idea for how long, but the original fiddle can be found HERE. Prototype Code HTML <button id="run" onclick="runContent()">run</button> <div class="box"> <div class="col"> <textarea id="html"></textarea> <textarea id="javascript"></textarea> </div> <div class="col"> <textarea id="css"></textarea> <iframe src="" id="frame"> </iframe> </div> </div> Javascript var frame = document....

May 20, 2022 · 3 min · 441 words · Reppard.

BitBrain.life

BitBrain.life aims to push forward learning by doing, inspiring creativity and curiosity in technology.

May 20, 2022 · 3 min · 441 words · Reppard.