-
transaction() does not take the argument _______.
-
- error callback
- database name
- success callback
- callback
- 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.