I know JavaScript EventLoop includes task, microtask, and macrotask, but how to determine if a task is a task, or it is a microtask or macrotask?
task