Binding in JavaScript Binding in JavaScript means recording that identifier in specific environment record. Each environment is related to a specific execution context and that binds the identifier(variable or function name) to the this keyword for ...