Go to repository

Function toBeBetween

Answer if the actual value is between the from and to values (inclusive).

Parameters

  • actual: number
  • from: number
  • to: number

Returns boolean