👉 Whitespace is a term used in programming to refer to the space between characters or elements of text, such as spaces, tabs, and line breaks. In computer science, it refers to any character that is not part of a string literal, which is a string containing only one character. For example, "Hello" and "\n" are whitespace characters, while "HelloWorld" is the same as "Hello\nWorld".