A callback function is simply a function that you pass to a method so that the method can call the function when the method has completed its work.
Code GIST: https://gist.github.com/prof3ssorSt3v...
Arrow function video: • ES6 JavaScript Arrow Functions
Arrow function tips and gotchas video: • Tips and Gotchas for ES6 Arrow Functions
Try Catch video: • JavaScript Try...Catch plus Throwing ...