Future Javascript: new data structures(Records & Tuples )
Records & Tuples are new immutable data structures to JavaScript .currently this proposal is on stage 2 and Alot of library implement similar concepts, such asImmutable.js.
We define a record or tuple expression by using the # in front of otherwis...
marwenlabidi.hashnode.dev1 min read