From 01b0e12ba27b5069248fd09235e9a7143915ee30 Mon Sep 17 00:00:00 2001 From: Irvin Date: Wed, 16 Feb 2022 02:02:49 +0800 Subject: remove `notranslate` class in zh-CN --- .../zh-cn/web/javascript/reference/operators/subtraction/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'files/zh-cn/web/javascript/reference/operators/subtraction') diff --git a/files/zh-cn/web/javascript/reference/operators/subtraction/index.html b/files/zh-cn/web/javascript/reference/operators/subtraction/index.html index 00dcee2a1e..c4307e2ace 100644 --- a/files/zh-cn/web/javascript/reference/operators/subtraction/index.html +++ b/files/zh-cn/web/javascript/reference/operators/subtraction/index.html @@ -15,19 +15,19 @@ translation_of: Web/JavaScript/Reference/Operators/Subtraction

语法

-
Operator: x - y
+
Operator: x - y
 

Examples

Subtraction with numbers

-
5 - 3     // 2
+
5 - 3     // 2
 3 - 5     // -2

Subtraction with non-numbers

-
'foo' - 3 // NaN
+
'foo' - 3 // NaN

Specifications

-- cgit v1.2.3-54-g00ecf