- combining
typeof
andfilter
to return only numbers - concatenate strings with
reduce
some
array methodevery
array methodfind
andfindIndex
- populating an object with 10 most of a big array : using a combination of storing object,
for... of
loop,sort
,slice
,map
- creating an object with bracket notation
storingObject[key] = value
Vanilla Javascript