Use the padEnd method to pad the
following numbers with asterisks *
to meet specific length requirements.
-
Ensure the phoneNumber is exactly 10 digits long.
-
Ensure the zipCode is exactly 7 digits long.
-
Ensure the socialSecurityNumber is exactly 16 digits long.
Store the values in the variables paddedPhoneNumber,
paddedZipCode, and paddedSocialSecurityNumber respectively.