Skip to content

Math.min(...array) or Math.max(...array) #20

@phrontisteries

Description

@phrontisteries

var array = [0,1,2];
Math.min(...array);
Math.max(...array);
Error: "Unexpected token ."

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Math/min

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