Hello!
I’m stuck on the task no3, I’m confused about the part " Next we want to replace the three placeholders in the newStory
string — :insertx:
, :inserty:
, and :insertz:
— with the strings stored in xItem
, yItem
, and zItem
." I don’t understand who is these :insertx:
, :inserty:
, and :insertz:
.
I don’t get it what I suppose to do.
PS: I guess I need to use string method replaceAll()
Am I right?