reading-notes


Project maintained by Razan-am Hosted on GitHub Pages — Theme by mattgraham

Node Ecosystem, TDD, CI/CD

Array.map()

Array.reduce()

superagent()

Image

image

promises

Are all callback functions considered to be Asynchronous? Why or Why Not?


References:

@By Dmitri Pavlutin/What is a Promise in JavaScript?

@By PANU PITKAMAKI/Does taking a callback make a function asynchronous?