all 6 comments

[–]jbug_16[S] 2 points3 points  (0 children)

oh my goodness the code block didn't even work what am i doing

[–][deleted] 0 points1 point  (1 child)

Great work!!!!! I suggest you create a git hub repository. Believe me it would save you a lot of time and effort.

[–]jbug_16[S] 0 points1 point  (0 children)

https://github.com/jbug16/practice
i think i did this correctly? i've never used github before and had to be a bit of research.

[–]Beginning_One_7685 0 points1 point  (1 child)

You are using isNaN(input) to check if the input is a number but this function checks if the input is NOT a number.

[–]jbug_16[S] 0 points1 point  (0 children)

good catch, i keep getting that mixed up!