This questions is based upon the figure shown below
In the above code snippet, what is the purpose of declaring the JSONRequest.post?( )
It will queue the request and call the done function.
It will queue the request and return the request number.
It will queue the request and return the request number and authentication information.
None of the above