diff --git a/week-06/README.md b/week-06/README.md deleted file mode 100644 index 28aa4ec..0000000 --- a/week-06/README.md +++ /dev/null @@ -1,18 +0,0 @@ -# Tip Calculator -An exercise in JavaScript function definitions and return values. Course: DMD 3475. - -## Introduction -Our tip calculator application is almost complete. Our function named `updateValues()` will fetch the values that were input by the user. - -At that point, the values are passed as arguments to two functions named `calculateTipPerPerson()` and `calculateTotalPerPerson()`. The values that are returned by each function are used to update the DOM. - -## Instructions - -1. Define both required functions: `calculateTipPerPerson()` and `calculateTotalPerPerson()`. -2. Each function should accept the 3 arguments being passed to them within the `updateValues()` function. -3. Using those values, calculate and return the appropriate answer. -4. Extra credit: Properly round the dollars and cents that are returned by your functions. - -## Helpful Information -* Search Google for "Tip Calculator" to see the desired functionality for this application. -* The `calculateTotalPerPerson()` function should return a value that includes the tip. \ No newline at end of file diff --git a/week-06/images/bg.jpg b/week-06/images/bg.jpg deleted file mode 100644 index 7a1fb9a..0000000 Binary files a/week-06/images/bg.jpg and /dev/null differ