You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// 1. Add an if statement to reverseCharacters to check the typeof the parameter.
@@ -17,6 +29,17 @@
17
29
// 4. Return the reversed number.
18
30
// 5. Be sure to print the result returned by the function to verify that your code works for both strings and numbers. Do this before moving on to the next exercise.
0 commit comments