From 4eac4ef70995c8163a7bbdfcb1875231482a59f5 Mon Sep 17 00:00:00 2001 From: Ilya Kantor Date: Mon, 14 Jan 2019 17:03:53 +0300 Subject: [PATCH] minor --- 1-js/02-first-steps/16-javascript-specials/article.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: , , .