diff --git a/1-js/02-first-steps/11-logical-operators/article.md b/1-js/02-first-steps/11-logical-operators/article.md index 85e29d93..202f9e83 100644 --- a/1-js/02-first-steps/11-logical-operators/article.md +++ b/1-js/02-first-steps/11-logical-operators/article.md @@ -270,7 +270,7 @@ So it is recommended to use every construct for its purpose. Use `if` if we want ## ! (NOT) -The boolean NOT operator is represented with an exclamation sign `"!"`. +The boolean NOT operator is represented with an exclamation sign `!`. The syntax is pretty simple: