We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad02552 commit d1c0771Copy full SHA for d1c0771
02_program_structure.txt
@@ -559,7 +559,8 @@ console.log(name);
559
force you to enter a name. It will ask again and again until it gets
560
something that is not an empty string. Applying the `!` operator will
561
convert a value to Boolean type before negating it, and all strings
562
-except `""` convert to `true`.
+except `""` convert to `true`. This means the loop continues going round
563
+until you provide a name that is not the empty string.
564
565
== Indenting Code ==
566
0 commit comments