Today I Learned - Rocky Kev

Tagged “errorcatching”

  1. TIL not using try/catch block with promises for error catching

    You shouldn't use a try/catch block inside the Promise Definition. Your promise is already doing that.

See all tags.