Check out a free preview of the full Coercion in JavaScript course:
The "Natives" Lesson is part of the full, Coercion in JavaScript course featured in this preview video. Here's what you'd learn in this lesson:
In JavaScript, Natives are functions that will covert a value from one type to another. Kyle explains why he recommends never using the new keyword with Natives. He also gives a few examples of more complex Natives like RegExp and Date.