1.

Difference between parseInt(string) and Number(string) in JavaScript?

Answer»

To interact with the BROWSER, the Browser Object MODEL has some properties and methods. Some examples include, the height and width of the WINDOW/ screen.

Some of its methods include:

  • window.open() – To open a new window
  • window.close() – To close the CURRENT window
  • window.moveTo() – To move the current window
  • window.resizeTo() – To RESIZE the current window


Discussion

No Comment Found