From cb3ed2ae432b4b6d81d4fd2954487a73662a7c52 Mon Sep 17 00:00:00 2001 From: henz Date: Mon, 1 Jul 2024 15:53:49 +0800 Subject: [PATCH] fixes #776 --- xml/chapter1/section1/subsection6.xml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/xml/chapter1/section1/subsection6.xml b/xml/chapter1/section1/subsection6.xml index b71815912..06b85d76b 100644 --- a/xml/chapter1/section1/subsection6.xml +++ b/xml/chapter1/section1/subsection6.xml @@ -231,7 +231,9 @@ abs(-5); alternative-expression and returns its value as the value of the conditional. conditional expressionnon-boolean value as predicate - Conditionals in full JavaScript accept any value, not just a boolean, as the result of evaluating + Conditionals +