Skip to content Skip to sidebar Skip to footer
Showing posts with the label Specifications

What Are The Differences Between The Hourcycle Options In Date.prototype.tolocaletimestring()

MDN documentation for toLocaleTimeString() indicates that the hourCycle and hc options have four po… Read more What Are The Differences Between The Hourcycle Options In Date.prototype.tolocaletimestring()

How Can Ecmascript Assignmentexpression Production Rule Produce `foo = 42`?

As the spec states (yes, 5.1, that's intentional): AssignmentExpression : ConditionalExpre… Read more How Can Ecmascript Assignmentexpression Production Rule Produce `foo = 42`?