Max Kiesler - Responsive Designer

Javascript in Ten Minutes


Posted on 3rd March, by max in Code. Comments Off

Javascript is a dynamically and weakly typed language. Variables are declared with the keyword var, and the type of the variable is inferred at run-time. Common simple types, such as Number, String, and Boolean are supported. The most important type however is the Object type; almost everything in Javascript is an object.

Website: http://javascript.infogami.com/Javascript_in_Ten_Minutes





Comments are closed.