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 trialPeter Huang
5,427 PointsHow much will complicated math be involved in future of Javascript?
Hello,
I've never really learned the square root or PI in math before and was wondering if complicated geometry will be frequently used in JavaScript jobs in future out there. I'm a bit worried since I've never learned these before and couldn't really finish this.. It's also a little discouraging seeing a lot of math used in the training and makes me wonder if there will always be A LOT of math in future of JavaScript jobs..
I appreciate any reply and your time. Thank you
1 Answer
Bella Bradbury
Front End Web Development Techdegree Graduate 32,790 PointsIt depends heavily on the project you're coding. This particular video is about learning the basic math function by applying it to various other mathematical concepts. In general, unless you're looking to build a calculator app or any other app where the topic itself is math, you really just need to know how to do the basics!
Ask yourself, am I understanding how to do these calculations in JavaScript, rather than feel like you need to be able to do this specific project. Knowing how to use math in JavaScript is essential, but it's more along the lines of 'do I know how to multiply 2 variables' and not 'do I know what Pi is'. Google/other research avenues are a coders best friend, and you can always google what Pi or square roots are if it's needed!
Peter Huang
5,427 PointsPeter Huang
5,427 PointsThank you for this. I appreciate it :)