Chapter 6
Zee took a short rest and continued walking to CamundaCon. 🇩🇪 On the road, he passed mountains, fields, and woods. ⛰️ 🌳 After a few days, he realized that he walked in cycles. 😵 Unsure about right way, he looks at the trail markers. 🟥 🔵 🔶
Can you help him to choose the right way to Berlin?
Expression
// use list operators and return the right route routes
Context
A JSON document that is used to resolve variables in the expression.{ "routes": [ { "route": "red", "stops": [ "Cologne", "Frankfurt", "Nuremberg", "Munich" ] }, { "route": "blue", "stops": [ "Cologne", "Paderborn", "Hanover", "Berlin" ] }, { "route": "yellow", "stops": [ "Cologne", "Münster", "Bremen", "Hamburg" ] } ] }
Result
<click 'Evaluate' to see the result of the expression>
Warnings
<none>