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 trialTobi Bankole
2,901 PointsPotentially 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?
1 Answer
<noob />
17,062 PointsYour 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
2,901 PointsTobi Bankole
2,901 Pointsooh that's funky! Thank you for the answer