Javascript Archives

RECENT

Creating Javascript Popup Windows: Javascript Alert Boxes and More

Anyone who has ever browsed the web is familiar with the dreaded Javascript popup window. Javascript alert...

Writing Javascript on the Web with Online Javascript Editors

Writing Javascript with an online Javascript editor can be easy if you find a full-featured editor that...

Ensuring Data Integrity with Javascript Data Types and the Javascript Typeof Operator

Javascript is a dynamic language, which means that any variable can hold any type of value. Since...

Clarifying Code with Javascript Comments

Javascript is built for simplicity and ease of use, but it’s still possible to create complex code...

Deciding on a Page Address with Window.location

Javascript is well-known for its ability to modify content on a web page. Less well-known is its...

Managing Dates with Javascript Date Formats

Javascript date formats are notoriously quirky — they are a critical part of many websites, but they’re...