fix(learn): add output type verbiage (#40589)
Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com>
This commit is contained in:
@ -48,6 +48,8 @@ one could rank the top-rated movie in each genre by calling
|
|||||||
|
|
||||||
`topRankPerGroup(1, data, 'genre', 'rating')`
|
`topRankPerGroup(1, data, 'genre', 'rating')`
|
||||||
|
|
||||||
|
The function should return an array with an array for each group containing the top `n` objects.
|
||||||
|
|
||||||
# --hints--
|
# --hints--
|
||||||
|
|
||||||
`topRankPerGroup` should be a function.
|
`topRankPerGroup` should be a function.
|
||||||
|
Reference in New Issue
Block a user