Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 301 Bytes

File metadata and controls

13 lines (10 loc) · 301 Bytes
layout page
title <= (Less Than or Equal Operator)
description Checks if the first value is less than or equal to the second.

Description: Checks if the first value is less than or equal to the second.

Example

let isLessOrEqual = 5 <= 5  // isLessOrEqual = true