Skip to content

"max" should be "min" #4

@MarcHauser

Description

@MarcHauser

The second example should be "min" instead of "max".
You can find the largest and the smallest value in a set of numbers.

Math.max(7, 2, 10, 5);
//=> 10

Math.max(7, 2, 10, 5);
//=> 2

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions