DEV Community

Javascript Async/await

Adrian0506 on December 16, 2020

I have recently learned about JavaScripts Asnyc functions! At first they were really confusing. I have been using them primarily for node.js. The w...
Collapse
 
bias profile image
Tobias Nickel • Edited

I am always glad when more folks learn about async await. I am also happy when using markdown, to format the code.

you can wrap your code snippets into tripple backticks (```), above and below your code. then it is easier to read.