()
| 10 | // convenience to get you started writing code faster. |
| 11 | // |
| 12 | export const square = () => { |
| 13 | throw new Error('Remove this statement and implement this function'); |
| 14 | }; |
| 15 | |
| 16 | export const total = () => { |
| 17 | throw new Error('Remove this statement and implement this function'); |