Course 10

Make Intermediate: get() and map()

get() reaches into nested data, map() reshapes arrays. This chapter explains both, then shows the get(map()) pattern that solves a huge class of real automation problems.

4 units

  1. Unit 1 Get() function In the first unit, you will learn how to retrieve (get) values from an array and a collection using the get() function. 12 min
  2. Unit 2 The map() function Let's build on the knowledge from unit 1. You've looked at the get() function, which returns a value from an array. 10 min
  3. Unit 3 get() and map() In the previous two units, you have learned how to use the get() and map() functions and what you can achieve with each of them. 8 min
  4. Unit 4 The get(map)) use case This last unit will explore a use case that focuses on the two functions covered in this course, how they operate individually and combined. 6 min