JavaScript Records and Tuples Proposal

ECMAScript proposal for the Record and Tuple value types. | Stage 2: it will change! – tc39/proposal-record-tuple… Read more

Similar

How useful is the JavaScript Set

In most languages Set’s have a clear strong use case: fast union, intersection and difference operations; unfortunately in JavaScript these operations are not readily defined so as an exercise I am going to raise some questions and try to answer them in t... (more…)

Read more »