Buy me a beer
Nanowrimo

ScriptFrenzy
Administration
Categories
Tag Archives: JavaScript
Reserved Words
Reserved words (also called keywords) are special words that are part of the JavaScript language syntax. abstract final public boolean finally return break float short byte for static case function super catch goto switch char if synchronized class implements this … Continue reading
Basic JavaScript
JavaScript programs run from within a Web page (either an HTML or XHTML document). That is, you type the code directly into the Web page code as a separate section. JavaScript programs contained within a Web page are often referred … Continue reading

