DEV Community

Discussion on: Visual Studio Code and its magic

Collapse
 
montrealist profile image
Max Kovalenkov

Thank you for writing this, very useful! One doubt: I feel like there's a tiny bit missing here:

.then((res) => {).catch((err) => {});

Needs to be:

.then((res) => {}).catch((err) => {});

Congratulations on the first post! 👏🏼

Collapse
 
madhavgupta profile image
Madhav Gupta

corrected it, thanks