Skip to content

calculation enhancementΒ #12

@altamimib

Description

@altamimib

nextNumber = Math.ceil(Math.random() * (100 - 1));

nextNumber = Math.floor(Math.random() * 100) + 1
This will give a random number between 1 and 100 , with both boundaries , the 1, and the 100 included

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