HI,
I am new to javascript.. I have been given javascript code to understand as my assignment where i am working and it goes something like this :
PPL.getMarkup = function(a,b,c)
{
// definition goes here
}
I want the explaination for this line as to what PPL, getMarkup could be. I am confused as to PPL is a class or object or function.
Also, what are the different methods of defining class and functions in javascript?
Any help would be appreciated.
Thanks in advance,
VenusCrystal