DEV Community

Cristian Paul Castañeda
Cristian Paul Castañeda

Posted on

 

JavaScript is

While I'm enjoying the deeper side of javascript my mind goes like:

function foo() {
    foo()
}

foo();
Enter fullscreen mode Exit fullscreen mode

Keep safe, enjoy learning.

Oldest comments (0)

Visualizing Promises and Async/Await 🤯

async await

☝️ Check out this all-time classic DEV post