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
Victor Ibasco
11,035 PointsJS Math Object & 'Built-in' / 'native' objects
Hi! I'm wondering--for the sake of a more in-depth understanding of native objects--where are 'built-in' or 'native' objects literally built into ?
Are they in every browser? If they are in every browser how is it standardized and is there are an entire library of native JavaScript objects in every browser ?
I wouldn't mind if you could point me to a list of resources explaining this or better yet, explaining this yourself !
Cheers, Victor
1 Answer
Steven Parker
243,266 PointsYou're in luck, MDN has a reference guide for Standard built-in objects. You should find what you're looking for there.
And yes, these are in every browser because the software manufacturers conform to the guidelines issued by the standards organization ECMA (European Computer Manufacturers Association).