Blog

Native Javascript Ninjutsu: Window object methods & properties

posted by in Category: Code Talk

The training continues. How many programmers can write pure native JS without the aid of a framework? Discipline 8 of the series is another lesson for beginners. Last week's article covered the most useful properties and methods of the document object, so this week I'd like to zoom out a bit and explore the window object. Just like the document object, the window object has a variety of its own properties, objects, and methods, though we'll only go over the most useful and interesting ones. read more