- combining
typeofandfilterto return only numbers - concatenate strings with
reduce somearray methodeveryarray methodfindandfindIndex- populating an object with 10 most of a big array : using a combination of storing object,
for... ofloop,sort,slice,map - creating an object with bracket notation
storingObject[key] = value
Vanilla Javascript