Javascript Functions
JavaScript (usually shortened as JS) is a lightweight, interpreted, object-oriented programming language with first-class functions. It’s best known as the scripting language for Web pages, although it’s also used in many non-browser applications. Dynamic, multi-paradigm, prototype-based scripting language that supports object-oriented, imperative, and functional programming paradigms.This article will teach you some fundamental or advanced javascript …
Typing Game with jquery
This is a simple typing game experimental using jquery. The main criteria here is to understand how to read Keyboard Character Codes and displaying its equivalent Character on to screen. You may notice so many bugs in live demo, because this program is not implemented fully as we concentrated on important code blocks only. Live …