Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

JavaScript JavaScript Basics (Retired) Creating Reusable Code with Functions Random Number Challenge, Part II

Tobi Bankole
Tobi Bankole
2,901 Points

Potentially Another (messier!) Way to Tackle This Challenge?

Hi guys,

I was just wonder if another way to tackle this challenge (without using the isNan method) would be this?

https://w.trhou.se/hvpejhol52

1 Answer

Your code isn't working because if u ran it u see that u get an error. u need instead of throwing an error console.log what is happening.

You can accomplish what u want to do by checking the typeof() the variables. code snippet: https://w.trhou.se/jtnaui58bz

Tobi Bankole
Tobi Bankole
2,901 Points

ooh that's funky! Thank you for the answer