Created
March 19, 2018 04:15
-
-
Save olgaloza/e5edb72be985bb23fa4586c6d50fc497 to your computer and use it in GitHub Desktop.
HomeworkFour()
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//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