Scribbler - JavaScript Notebook Tool for experimenting in JavaScript. Runs in the browser without a backend. Discord server: https://discord.gg/uxNSsWunwU
Ability to use await outside async block why wrapping await ( supposed to be work like top level await) in a IIAFE.
Drawback
There is one drawback to this approach is that we have to declare variable in different cells such that there initialization is in global scope and we can use it in other cells.
What things are Added
Drawback
Things to add.