Skip to content Skip to sidebar Skip to footer
Showing posts with the label Ecmascript 2017

Is It Possible To Use Await Without Async In Js

Await is a amazing feature in es7. However,everytime I use await I found that I have to define a as… Read more Is It Possible To Use Await Without Async In Js

Loading Files Synchronously In Javascript With Await Operator

Recently, I've read that there is a await operator in Javascript for waiting for a Promise obje… Read more Loading Files Synchronously In Javascript With Await Operator