Skip to content
Advertisement

Pull values from the JSON in order – first all the first character, then all the seconds and etc

This is JSON:

JavaScript

This is my current code:

JavaScript

This code will simply print all values in order:

JavaScript

but I need that loop will get the first value from each section and will return

JavaScript

Advertisement

Answer

Maybe something like this:

JavaScript
User contributions licensed under: CC BY-SA
9 People found this is helpful
Advertisement