Search
Use the padEnd method to add padding to the string stored in password and store the result in paddedPassword.
padEnd
password
paddedPassword
Make the length of the returned string 20.
Use $ for padding.
$