Skip to content

Commit b54fa5a

Browse files
Dorin-Davidpasor1
andauthored
Update 1-js/02-first-steps/11-logical-operators/article.md
Co-authored-by: Simone Pasini <66781510+pasor1@users.noreply.github.com>
1 parent e2c97bd commit b54fa5a

File tree

1 file changed

+1
-1
lines changed
  • 1-js/02-first-steps/11-logical-operators

1 file changed

+1
-1
lines changed

1-js/02-first-steps/11-logical-operators/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ result = !value;
258258
L'operatore accetta un solo argomento e si comporta come segue:
259259
260260
1. Converte l'operando a booleano: `true/false`.
261-
2. Ritorna il valore **inverso.
261+
2. Ritorna il valore inverso.
262262
263263
Ad esempio:
264264

0 commit comments

Comments
 (0)