Assuming default settings, which best describes the order of data provided to a reducer's reduce method:
A. The keys given to a reducer aren't in a predictable order, but the values associated with those keys always are.
B. Both the keys and values passed to a reducer always appear in sorted order.
C. Neither keys nor values are in any predictable order.
D. The keys given to a reducer are in sorted order but the values associated with each key are in no predictable order
Assuming default settings, which best describes the order of data provided to a reducer's reduce method:
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Assuming default settings, which best describes the order of data provided to a reducer's reduce method:
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!