Mostrando 6 de 19 resultados
- javascript
Global variables are bad
· 1 min de lecturaExploring the dangers of global variables in JavaScript, including scope pollution, concurrency issues, and best practices for variable declaration
#javascript #globals - javascript functional
statement branching Vs micro-branching
· 1 min de lecturaComparing traditional statement branching with micro-branching techniques in JavaScript for more maintainable and functional code
#statement brnaching #micro-branching strategies - javascript
Lexical and Dynamic scope
· 1 min de lecturaUnderstanding lexical and dynamic scoping in JavaScript, including the eval keyword and its performance implications
#scope #eval #javascript #declarative - design patterns
IIFE
· 1 min de lecturaUnderstanding Immediately Invoked Function Expressions (IIFE) in JavaScript and their use in preventing global scope pollution
#design patterns #IIFE - javascript
Object attribute properties
· 1 min de lecturaExploring JavaScript object property attributes including value, configurable, enumerable, and writable flags
#javascript #object properties - functional
functional programming
· 1 min de lecturaAn introduction to functional programming concepts including declarative programming, pure functions, immutability, and currying
#declarative #Pure functions #Inmutable #currying