|
 | | The Important Role of Javascript in a Website | | by Gijo George, Jun 16, 2008 | | Javascript is a client side scripting language which enables a web site to perform client side activities. It is widely used and helps a web programmer to make his web pages more interactive. | | Comments(1) Liked It: 3 |
|
|
| Six Functions Missing From Javascript Arrays | | by Rex Barzee, Jun 17, 2008 | | JavaScript is a computer programming language that most often runs inside a web browser as part of a web page. It is a simple yet powerful interpreted language that includes several built-in classes and functions. One of these built-in classes is the Array class which has powerful functions such as concat, sort, slice, and splice. However, there are several useful functions, linearSearch, binarySearch, retainAll, and removeAll, that were not included in the Array class. | | Comments(0) Liked It: 0 |
|  |
|