What is the result of the following code?
"Hello".padEnd(8, ".");
"....Hello"
"Hello.."
"Hello..."
"Hello"