A function is a set of statements that performs a task or calculates a value.
An async function is a function that delivers its result asynchronously (through Promise).
A function is a set of statements that performs a task or calculates a value {web}.
An async function is a function that delivers its result asynchronously (through Promise) {web}.