Skip to main content Skip to docs navigation

Operator

Reserved syntax consisting of punctuation or alphanumeric characters that carries out built-in functionality. For example, in JavaScript the addition operator ("+") adds numbers together and concatenates strings, whereas the "not" operator ("!") negates an expression — for example making a true statement return false .

On this page

Updated on April 20, 2024 by Datarist.