FunTester
FunTester
Sep 18, 2020 · Backend Development

How to Tackle Common Groovy Pitfalls in IntelliJ IDEA

This guide explains why IntelliJ IDEA often misreports Groovy syntax, shows the three ways to access object properties, demonstrates generic method definitions, and clarifies the behavior of the 'it' keyword in nested loops, providing concrete code examples and practical work‑arounds.

GroovyIDE errorsIntelliJ IDEA
0 likes · 6 min read
How to Tackle Common Groovy Pitfalls in IntelliJ IDEA
Node Underground
Node Underground
Mar 27, 2020 · Frontend Development

How JavaScript Accesses Properties on Primitives: An ECMAScript Spec Walkthrough

This article explores how JavaScript’s ECMAScript specification defines property access on primitive values, detailing the runtime semantics of member expressions, abstract operations like GetValue and ToObject, internal slots, records, and the behavior of methods such as String.prototype.substring when invoked with various receivers.

ECMAScriptSpecificationprimitives
0 likes · 19 min read
How JavaScript Accesses Properties on Primitives: An ECMAScript Spec Walkthrough