Articles tagged: Unary
Found 3 documents
- Web/JavaScript/Reference/Operators/delete The delete operator removes a property from an object.
- Web/JavaScript/Reference/Operators/typeof The typeof operator returns a string indicating the type of the unevaluated operand.
- Web/JavaScript/Reference/Operators/void The void operator evaluates the given expression and then returns undefined.