---
id: 33f8272d-6dc4-4a12-b384-0a4cdbd2a24a
title: JavaScript Remainder Operator
---

# Syntax

``` javascript
console.log(314 % 100) // 14
```