From 322e896b32f46531d940efd707e3ec126834c615 Mon Sep 17 00:00:00 2001 From: Jacobmpp Date: Tue, 23 Oct 2018 13:34:01 -0500 Subject: [PATCH] Added advanced increment & decrement (#25680) syntax and examples --- .../javascript/arithmetic-operation/index.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/guide/english/javascript/arithmetic-operation/index.md b/guide/english/javascript/arithmetic-operation/index.md index 0a839aaaa1..b3d1e599fc 100644 --- a/guide/english/javascript/arithmetic-operation/index.md +++ b/guide/english/javascript/arithmetic-operation/index.md @@ -87,7 +87,7 @@ _Hint:_ There is a handy MDN.