Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 227 Bytes

File metadata and controls

13 lines (10 loc) · 227 Bytes
layout page
title / (Division Operator)
description Divides the first number by the second.

Description: Divides the first number by the second.

Example

let result = 15 / 3  // result = 5