EUNO.NEWS EUNO.NEWS
  • All (21181) +146
  • AI (3169) +10
  • DevOps (940) +5
  • Software (11185) +102
  • IT (5838) +28
  • Education (48)
  • Notice
  • All (21181) +146
    • AI (3169) +10
    • DevOps (940) +5
    • Software (11185) +102
    • IT (5838) +28
    • Education (48)
  • Notice
  • All (21181) +146
  • AI (3169) +10
  • DevOps (940) +5
  • Software (11185) +102
  • IT (5838) +28
  • Education (48)
  • Notice
Sources Tags Search
한국어 English 中文
  • 1 hour ago · software

    Demystifying JavaScript: Execution Contexts, Hoisting, Scopes & Closures

    What Are Execution Contexts? Execution Contexts manage code complexity for the JavaScript engine, similar to how functions manage authoring complexity. The eng...

    #javascript #execution-context #hoisting #scope #closures #programming-concepts #web-development
  • 3 days ago · software

    SC #4: Sintaxis async/await

    Declaración de funciones async/await Una función asíncrona debe marcarse con la palabra clave async. Si la función puede lanzar un error, se añade la palabra c...

    #Swift #async/await #concurrency #async throws #Task #closures
  • 1 week ago · software

    What Happens Before the Event Loop

    JavaScript code is not executed natively by an engine the moment a task appears in the call stack. Most articles focus on how the Event Loop works, leaving out...

    #JavaScript #event loop #ECMAScript #execution context #closures #scope #Temporal Dead Zone
  • 2 weeks ago · software

    The Secret Life of JavaScript: Memories

    The Ghost Room: A Story of Closures and the Variables That Refuse to Die. Timothy stood in the doorway of a small, private study off the main library hall. He h...

    #JavaScript #closures #garbage collection #memory management #programming concepts #storytelling
  • 3 weeks ago · software

    Coding Challenge Practice - Question 90

    Task The task is to implement a sum function. Boilerplate code javascript function sumnum { // your code here } Desired behavior sumnum returns a function that...

    #javascript #coding-challenge #closures #functional-programming #sum-function
  • 3 weeks ago · software

    JavaScript Closures: The Quiet Mechanism Running Your Code

    I avoided closures for longer than I care to admit. Not deliberately. I just kept telling myself I understood them because I could repeat the usual line: “a clo...

    #javascript #closures #functions #lexical-scope #programming-concepts #web-development
  • 1 month ago · software

    Closures as Win32 Window Procedures

    Article URL: https://nullprogram.com/blog/2025/12/12/ Comments URL: https://news.ycombinator.com/item?id=46259334 Points: 12 Comments: 0...

    #closures #Win32 #window-procedure #C++ #functional-programming #Windows-API #software-design
  • 1 month ago · software

    The Secret Life of JavaScript: Understanding Closures

    Functions Remember Timothy arrived at the library soaking wet, rain dripping from his jacket. He'd been running through London's streets, desperate to talk to...

    #JavaScript #closures #functions #scope #memory #programming concepts #tutorial
  • 1 month ago · software

    The Cost of a Closure in C

    Article URL: https://thephd.dev/the-cost-of-a-closure-in-c-c2y Comments URL: https://news.ycombinator.com/item?id=46228597 Points: 7 Comments: 0...

    #C #closures #performance #memory #optimization #programming
  • 1 month ago · software

    PHP Engineering: Deep Dive into Core Concepts

    Variable Scope in PHP Where variables live and die Scope defines the context in which a variable is defined and accessible. Local Scope: The Function's Private...

    #php #variable-scope #references #closures #programming-concepts #software-development
EUNO.NEWS
RSS GitHub © 2026