What's this piece of code going to print to the console?

nullI'm 18 years oldI'm 19 years oldI'm 17 years old

Sweet! We're increasing myAge by 1 and adding 14 before deducting 1 and printing a combination of start, myAge and end.

So close! We're increasing myAge by 1 and adding 14 before deducting 1 and printing a combination of start, myAge and end.