You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lesson 1, Step 3, action d is instructing to use dataSource.add(). It may be more convenient to use insert() so that the new item is added on top of the list.
Lesson 1, Step 3, action d is instructing to use dataSource.add(). It may be more convenient to use insert() so that the new item is added on top of the list.