15. Built-in Objects of JavaScript/ECMAScript -Part II
In our last post we had started learning in-depth about the build-in objects of JavaScript and we learned about Global and Object objects. Now let's move ahead and see a few more:
Function Objects
A function can be called as both Function and as Fu...
diganta.hashnode.dev