Home » HTML » Html miscellaneous » Question
  1. transaction() does not take the argument _______.
    1. error callback
    2. database name
    3. success callback
    4. callback
    5. None of these
Correct Option: B

transction() and readTransaction() are the two methods that take three arguments i.e. transaction callback as the first argument, error callback as the second argument, success callback as the third argument.



Your comments will be displayed only after manual approval.