Document Title
Latley I’ve notice within our code base a number of instances where the developer could have just used lodash and find.
Learn to use find.
What if we were trying to find the first no undefined value in an array? Easy right?
find(data, (x) => x !== undefined)
Now for the array.
findNonUndefined([assessment., assessment. “”]