Skip to content

Commit 8c070a5

Browse files
Update exercises/practice/error-handling/error-handling.js
Co-authored-by: Derk-Jan Karrenbeld <[email protected]>
1 parent 272f673 commit 8c070a5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed
Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
11
export const processString = (input) => {
22
//TODO: implement this
3-
//should throw TypeError if input is not a string
4-
//should throw a general Error if input is an empty string
5-
//should return the uppercase version of the string 'hello'
63
};

0 commit comments

Comments
 (0)