Learning JavaScript Strings, Booleans & Null (Part 2)
Table of Contents Learning JavaScript Strings: Strings OperationEscape CharacterString LengthStrings OperationBooleansBooleans from comparison operatorsJavaScript FunctionsWhy Should You Make Use of Functions? Learning JavaScript Strings, Booleans & Null: Strings are another fundamental data type representing a string (or sequence) of characters. Strings are used in programming to represent text values. In the previous class, we learned…