AravindKs

Results 2 issues of AravindKs

when I using the ```findById``` method defined by mongoose, I got a Cast error something like this ``` CastError: Cast to ObjectId failed for value "611411089cb0c839083962ba4" (type string) at path...

I tried a function on the visualizer ``` function three() { console.log("three"); setTimeout(function () { console.log("last"); }, 1000); setTimeout(function () { console.log("first"); }, 500); } ``` The function is expected...