opposite of confirmation code example
Example 1: what is confirmation testing
Testing after bug fixes to make sure
the application is bug free
Example 2: confirmEnding
function confirmEnding(string, target) {
return string;
}
confirmEnding("Bastian", "n");