Which string function formats the
specified values and inserts them
inside the string's placeholder?
Answers
Answered by
0
Answer:
The format() method formats the specified value(s) and insert them inside the string's placeholder. The placeholder is defined using curly brackets: {}.
Similar questions