Please tell me the cons of using callback (besides the basic noodles in the code), and why we cannot use return and throw with callbacks (besides the main reason that the callback can be asynchronous and return a value after assigning this asynchronous value to any variable).

    0