For more useful content, please follow me on @aliboukaroui
The above example creates a variable called secondName from the name key from an array called items, the lonely , says skip the first object in the array.
Notably it's probably overkill for this example, as simple array acccess is easier to read, but it comes in useful when breaking apart objects in general.
Thanks! 😍