Javascript Utility Functions Explained Simply

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

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

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

    📜 Blog Post: www.explainedsimply.io/what-is-a-utility-function/
    🤖 GitHub: github.com/pkellz/devsage/blob/master/Javascript/UtilityFunctions.js
    💙 Twitter: twitter.com/realDevSage
    📙 Ebooks: payhip.com/devsage
    💥 Discord: discord.gg/BP8wPv6raA

  • @softwarelivre2389
    @softwarelivre2389 3 года назад +7

    I learned those as pure functions in functional programming. Interesting to see them called utility functions instead. Cool.

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

      Right. It's possible that you may hear those 2 terms used interchangeably

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

    Thank you for This amazing Video!, I would like to know, how these functions vary from let's say built in functions? are they same as built in functions but with these rules?

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

    good explonation, thanks a miliion

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

      You're welcome!

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

    Welcome back

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

      Thanks. Good to be back 😅

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

    Is it the same as Pure Function?