#js
Read more stories on Hashnode
Articles with this tag
Functional programming is a style of programming which bought the ability to take functions as parameters and return function without any issues to...
A promise is a object that would be returning some value in the near future. because of the "in future thing" , promises are well suited for...