Browsers come with two very useful objects: document and window. The document object is necessary for interacting with the rendered HTML (called the Document Object Model or DOM). However, the window object is equally important. I see many up and coming Javascript programmers abuse the window object unknowingly. Iโd like to shed some light on...
Read More