Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 316 Bytes

File metadata and controls

13 lines (10 loc) · 316 Bytes
layout page
title >= (Greater Than or Equal Operator)
description Checks if the first value is greater than or equal to the second.

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

Example

let isGreaterOrEqual = 5 >= 5  // isGreaterOrEqual = true