Abstract
- A collection of characters
String Interpolation
-
Process of evaluating a String Literal containing one or more placeholders
-
Yielding a result in which the placeholders are replaced with their corresponding values
-
Different from string Concatenation
-
Allow dynamic values to be embed into a String Literal easily
Terminologies
String Literal
- A sequence of characters enclosed within double quotation marks or single quotation marks.