Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 277 Bytes

File metadata and controls

13 lines (10 loc) · 277 Bytes
layout page
title % (Modulo Operator)
description Returns the remainder of dividing the first number by the second.

Description: Returns the remainder of dividing the first number by the second.

Example

let result = 17 % 5  // result = 2