Jump to content

Javascript


harshpandya

Recommended Posts

what is the meaning of this line request(a[testNum][REQ_URL+(2 * subTestNum)], a[testNum][TIMEOUT], a[testNum][CHECK_FUNCTION + (2 * subTestNum)]);and now how do i pass values in this?also i need help builting these array so i can pass in function i am sorry but i am newbie...please helpThanks

Link to comment
Share on other sites

There's not a lot of meaning other than what's there. There's a function called request being executed, and it's being sent 3 values. The first one is a[testNum][REQ_URL + (2 * subTestNum)], the second one is a[testNum][TIMEOUT], and the third is a[testNum][CHECK_FUNCTION + (2 * subTestNum)]. What those are depends on the context that the code is in, it depends what is in the a array and what the values of the different variables are. I'm not sure what else to say.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...