Completed
Ending with a deduplicated and sorted list of the concatenation of all regions for all service plans for all resources
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Exploring the BTP Service Metadata with JavaScript - Part 3
Automatically move to the next video in the Classroom when playback concludes
- 1 Welcome & introduction including a mic #FAIL for the first 30 seconds
- 2 Starting to look at the new JavaScript content in the metadata explorations area
- 3 Entries by category from the inventory.json file
- 4 Introducing our little groupby helper function
- 5 Using Object.keys and reduce to clean up the data structure
- 6 Finding applications with a free subscription plan
- 7 Generating a list of all the possible regions
- 8 A little unique helper function, and a digression into the multiple parameters passed with map, filter etc
- 9 Ending with a deduplicated and sorted list of the concatenation of all regions for all service plans for all resources