Saroj Paudyal
Results
1
issues of
Saroj Paudyal
Add extend support for data set update: ```js const options = { adjectives: ['completely', 'newy'], nouns: (curr) => [...curr, 'two', 'new', 'nouns'], verbs: ['replace', 'verbs', 'with', 'these'], } extend(options) ```