Skip to content

Lesson 2: biggestValue - Given an object of values, return the key associated with the largest value  #51

@seemcat

Description

@seemcat

Hint: Object.keys( {} )

Input: { 100: 1, 50: 2, 25: 3 }
Output: 25

Input: { 20: 0, 10: 2, 5: 1}
Output: 10

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions