Introduction
Escape sequences let you put special characters inside strings that are hard to type directly, like new lines or tabs.
When you want to add a new line inside a string to make output easier to read.
When you need to include quotes inside a string without ending it early.
When you want to add a tab space inside a string for formatting.
When you want to include a backslash character itself inside a string.
When you want to add special characters like carriage return or alert sounds.