Source Academy Modules
    Preparing search index...

    Function assert_greater_equals

    • Asserts that the given item is greater than or equal to expected

      Parameters

      • item: any

        The number to check

      • expected: number

        The value to check against

      Returns void