InterviewSolution
Saved Bookmarks
| 1. |
What Is An Observable Array And Give An Example Of Where They Are Useful? |
|
Answer» Simply, it is an array of observable OBJECTS. Observable arrays can be when handling OBJECT COLLECTIONS such as the individual ITEMS in a shopping cart for EXAMPLE. Simply, it is an array of observable objects. Observable arrays can be when handling object collections such as the individual items in a shopping cart for example. |
|