What is the result of the following code?
"apple".repeat(3);
"apple3"
"apple apple apple"
"appleappleapple"
"aaa"