pmohanta
Results
1
comments of
pmohanta
Even with a non null argument it fails. Code sample: function Human(age) { this.H1 = age;} var Obj = { Name:"Palash" } Human.apply( Obj,[12] ); Human.call(Obj,12) //