Concept Flow - Array key and value extraction
Start with array
Extract keys
→Store keys in new array
Extract values
→Store values in new array
Use keys and values separately
We start with an array, then extract its keys and values into separate arrays to use them individually.