JavaScript Promise.all in an Apps Script Web App

Поделиться
HTML-код
  • Опубликовано: 11 янв 2025

Комментарии • 12

  • @lpanebr
    @lpanebr 3 года назад +3

    I feel like you've achieved perfection in terms of teaching. I'm in awe with how you master a balance of goal-agnostic code, code editing simplicity, video length and content structure in a way that delivers an actual easy learning experience. I've never had the paciente to stop to learn about promises and with just 3 lessons in really feeling confident enough to start using it!

  • @PhamTienPhong
    @PhamTienPhong 3 года назад +1

    Your tut is very practical. Thank you.

  • @SaintHanappi
    @SaintHanappi 3 года назад

    Awesome as usual! 👍
    What a great "mini-serie" for async-functions and promises.
    Thank you, sir!

  • @c90051kevin
    @c90051kevin 2 года назад

    After watching this video and the last video, I finally understood the concept and how to use promise, async, and await. Thanks a a lot.

  • @bigbrother1211
    @bigbrother1211 3 года назад

    Another great tutorial
    Thank you!

  • @ToadyEN
    @ToadyEN Год назад

    Great video dude. It's a shame the promise API doesn't work so great with the URLFetchApp functionality so well.

  • @3rlchannel
    @3rlchannel 3 года назад +1

    amazing videos sir, can you also create a content of crud web app tutorial where there is an Admin and user? where the each user represents every sheets for them to input. user1 data will be place only in user1 sheet if he login in a web app?

    • @SaintHanappi
      @SaintHanappi 3 года назад

      He did something similar (I guess it was the time-tracker), where he mentioned it's not very secure.
      But I agree:
      A little mini-series about User-Login/Admin would be nice.

  • @hvhryan2888
    @hvhryan2888 2 года назад

    Thanks a lot.
    When I call multiple functions from Google Script, it works too slow. Can we have any solutions for this issue?

    • @getitdonetube
      @getitdonetube  2 года назад +1

      Other then figuring out how to make those functions better optimized so they run faster, I'm not sure what else you can do.

    • @hvhryan2888
      @hvhryan2888 2 года назад

      @@getitdonetube I try to do it but results that I got was so long 😩