When assigning the values returned from a function, you might want to ignore some values that are not used in future code. If so, assign those values to underscore _.
Above is an example.
When assigning the values returned from a function, you might want to ignore some values that are not used in future code. If so, assign those values to underscore _.
Above is an example.