| Author: Nitin Mathur 03 Nov 2008 | Member Level: Silver Points : 1 |
Hi its good information for web developers. but.. Where is the qualification property in function? are u missing something?
Thanks
|
| Author: Shanthi M 03 Nov 2008 | Member Level: Gold Points : 1 |
Hai Nitin, The prototype property allows to add properties and methods to an object. Here I add the property 'qualification' to the object 'emp' of type 'employee'.
|