Sunday, June 28, 2015

Built-in Functions in JavaScript

...are the canned bits of functionality like .toString() that you don't have to build out yourself. Almost none of these allow for explicit binding in a .call manner. I can't think of a single example.

 
 

Addendum 12/7/2018: .toString() in JavaScript is a lot like .ToString() in C#. It makes something else into a string.

No comments:

Post a Comment