just remember it is just sugar: const a = async () => "hello world" is the same as const b = () => Promise.resolve("hello world")
just remember it is just sugar: const a = async () => "hello world" is the same as const b = () => Promise.resolve("hello world")