diff --git a/1-js/02-first-steps/16-javascript-specials/article.md b/1-js/02-first-steps/16-javascript-specials/article.md index 525e72d4..218b6613 100644 --- a/1-js/02-first-steps/16-javascript-specials/article.md +++ b/1-js/02-first-steps/16-javascript-specials/article.md @@ -167,7 +167,7 @@ Comparisons Greater/less comparisons compare strings character-by-character, other types are converted to a number. -Logical operators +Other operators : There are few others, like a comma operator. More in: , , .