Promises Code Snippet Set of code sample to understand the subtleties of handling asynch events #Promises Promises are important pattern for asynchronous processing. There are subtleties a lot of developer lack some understanding on how to use it properly. #Async/Await