What is a JavaScript Callback Anyway?

Sdílet
Vložit
  • čas přidán 9. 07. 2024
  • Ever wonder what a callback was? You've written JavaScript for a while and you keep seeing the term... but what is it? Let me tell you :) Learn why callbacks are essential in this amazing event-driven programming language and start crushing the docs and your dev conversations! Don't miss out on understanding important concepts like anonymous functions, first class objects, the event loop, and of course callbacks and how they play a crucial role as callbacks. Subscribe now for more insightful JavaScript tips from Rob!
    The Event Loop Explained: • Making Sense Of The Ja...
    JavaScript is Awesome Playlist: • JavaScript Is Awesome
    ECMASCript Updates Playlist: • EcmaScript Updates
    Sync. vs. Async vs. Multi-threaded - • 3 Important Programmin...
    0:00 - Intro
    0:39 - Anonymous Functions
    1:35 - Event Driven
    3:14 - First Class Objects
    4:38 - Brining Them Together = Callback!
  • Věda a technologie

Komentáře • 1

  • @TheJobenattor
    @TheJobenattor Před měsícem +1

    Rob, one of these days, I will understand JavaScript