Skip to content

Instantly share code, notes, and snippets.

@olgaloza
Created March 19, 2018 04:15
Show Gist options
  • Save olgaloza/e5edb72be985bb23fa4586c6d50fc497 to your computer and use it in GitHub Desktop.
Save olgaloza/e5edb72be985bb23fa4586c6d50fc497 to your computer and use it in GitHub Desktop.
HomeworkFour()
//A list of Beth’s favorite shows:
System.debug('Beth\'s favorite shows: ' + favoriteThings.get('beth').get('shows'));
//Is "The Princess Bride" one of Beth’s favorite movies?
System.debug('Is "The Princess Bride" one of Beth’s favorite movies? ' + bethsFavoriteMovies.contains('The Princess Bride'));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment