Skip to content

Commit ffa7cbd

Browse files
authored
Update article.md
1 parent 12f2526 commit ffa7cbd

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

1-js/02-first-steps/08-operators/article.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -315,11 +315,9 @@ let n = 2;
315315
n *= 3 + 5;
316316

317317
alert( n ); // 16 (prima viene valutata la parte destra, equivale a n *= 8)
318-
318+
```
319319
## Incremento/Decremento
320320

321-
<!-- Can't use -- in title, because the built-in parser turns it into a 'long dash' – -->
322-
323321
L'incremento o il decremento di un numero di uno è una delle operazioni numeriche più comuni.
324322

325323
Quindi, ci sono speciali operatori dedicati a questo:

0 commit comments

Comments
 (0)