We're a place where coders share, stay up-to-date and grow their careers.
Great explanation! I think you may have forgotten to add world as the name argument in your example for promises.
world
name
myCallback('world').then(myNestedCallback).then(myNestedNestedCallback);
You're awesome. Thanks and fixed! Glad you liked the post.
Great explanation! I think you may have forgotten to add
world
as thename
argument in your example for promises.myCallback('world').then(myNestedCallback).then(myNestedNestedCallback);
You're awesome. Thanks and fixed! Glad you liked the post.