Description
Javascript is an Interpreted language and it’s executed by the interpreter built in within the web browser on all platforms. It is Object based (doesn’t support inheritance) and is case sensitive language. It is very loosely typed. i.e it doesn’t have any datatypes. It’s a specification by initially Netscape and is acknowledge by ECMA (European Computer Manufacturers Association). Javascript language together with HTML DOM (Document Object Model) API is used to make the web page dynamic or inter
Reviews
There are no reviews yet.