Javascript Utility Functions Explained Simply

Поділитися
Вставка
  • Опубліковано 3 чер 2021
  • A utility function is a standalone function that does not have any side effects and whose output is directly dependent on it’s input. Utility functions perform common and often reused routines.
    📚 Materials/References:
    GitHub Code: github.com/pkellz/devsage/blo...
    Blog Post: www.explainedsimply.io/what-i...
    🌎 Find Me Here:
    Twitter: / realdevsage
    Ebooks: payhip.com/devsage
    Discord: / discord
    Merch: cottonbureau.com/people/devsage

КОМЕНТАРІ • 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

  • @ahmadaldabouqi8194
    @ahmadaldabouqi8194 2 роки тому +1

    good explonation, thanks a miliion

    • @DevSage
      @DevSage  2 роки тому

      You're welcome!

  • @Hexprt
    @Hexprt 11 місяців тому

    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?

  • @ghostman2876
    @ghostman2876 3 роки тому +1

    Welcome back

    • @DevSage
      @DevSage  3 роки тому +1

      Thanks. Good to be back 😅

  • @redaawwad3544
    @redaawwad3544 10 місяців тому

    Is it the same as Pure Function?