Where i can find javascript library predefined methods

Wednesday, March 16, 2016
Avatar
Hi,
   I need to see all the predefined methods of javascript or javascript document beacuse i am unable to find such method which shows any user defined variable's value?
Eg :

function Test()
{
 var a = 8;
 alert(a);
 or
console.log(a);

I am not able to view variable value.Please let me know the predefined method.

1 Replies
Wednesday, March 16, 2016
Avatar
inflectra.sarahx
re: Naina Wednesday, March 16, 2016
Hi Naina

I would take a look at this article - KB98 - Code Completion of Native JavaScript Objects

Regards
Sarah

Spira Helps You Deliver Quality Software, Faster and With Lower Risk

And if you have any questions, please email or call us at +1 (202) 558-6885

 

Statistics
  • Started: Wednesday, March 16, 2016
  • Last Reply: Wednesday, March 16, 2016
  • Replies: 1
  • Views: 4573