How to write promise polyfill in javascript?
In many interviews, it is asked to write promise polyfill. How to start writing this in native javascript and what should be approach?
In many interviews, it is asked to write promise polyfill. How to start writing this in native javascript and what should be approach?