Search
Explore the complete collection of articles about technology, development and design.
Showing 3 of 3 resultsforjavascript
javascriptGlobal variables are bad
· 4 min readExploring the dangers of global variables in JavaScript, including scope pollution, concurrency issues, and best practices for variable declaration
#javascript#globals
javascriptLexical and Dynamic scope
· 2 min readUnderstanding lexical and dynamic scoping in JavaScript, including the eval keyword and its performance implications
#scope#eval#javascript#declarative
javascriptObject attribute properties
· 2 min readExploring JavaScript object property attributes including value, configurable, enumerable, and writable flags
#javascript#object properties