Can we assign Array to the key of Record and Object in index of Tuples in Javascript?
ES15 has introduced Records and Tuples, So can we use array as a attribute value inside the Record? Can we use object as a value of Tuple index? 1. Is it a valid for Record ? const user = #{…