👉 In programming, "glb" is a variable name that stands for Global. It is used to refer to a global variable or object in an application, especially when dealing with large data structures or complex operations where a single instance of a variable might not be sufficient. This naming convention makes the code easier to understand and maintain because it allows developers to reuse the same variable across different parts of their program without having to copy it every time.