Once the task finishes, resume the function. Summary: - Promise = A future value. - fetch () = Returns a Promise. - .then () = Run this function when ready. - await = Pause this function, not the ...