Callbacks & Promise
A callback function is a function passed into another function as an argument, so a callback is a function will be executed after parent function is executed
A callback function is a function passed into another function as an argument, so a callback is a function will be executed after parent function is executed