String Similarity, Find Best Match in JavaScript & Google Sheets

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

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

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

    Thank you so much, man! Just what I was looking for! Excellent tutorial

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

    Thanks for this tutorial--I'm trying to get my head around interacting with Google Sheets data and tis is really helpful.
    in this video you mention the possibility of returning an array of results (in the case that there is more than one match)--how would you implement that? What if you wanted to return an array of results that satisfies the minimumScore value?

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

    Can someone help me get this work on my sheet please. im beginner and i tried get the files from github link and added to my appscript but i get many errors.

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

    Í found this very educational. Thanks for a great video. It's there somewhere I can find the code that you put together?

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

    Excellent! What's the advantage of using OO versus procedural code in this example?

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

      I could have done procedural but it's easier to extend it going forward with OOP.
      It's also easier to keep track of your useful and garbage variable names once you have a bunch of them.

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

      @@getitdonetube Thanks!!

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

    Fucken' beaut, cheers!

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

    very appreciate