call method invokes a function with a given this and arguments are provided one by one apply method invokes the function with a given this and allows you to pass the arguments as an array, apply is a ...
* Document Object Model, the DOM. * The DOM is an organization chart, created automatically by the browser when your web page loads, for the whole web page. * JavaScript can add things, move things, ...