#es6
Read more stories on Hashnode
Articles with this tag
After ES2017 released. We have 3 variations to convert an Object to an Array π It was a bit lengthy to convert Object to an Array in Javascript ...
If you don't know if a value is a promise or not, wrapping the value as Promise.resolve(value) which returns a promise //javascript function...