Skip to content

Latest commit

 

History

History
46 lines (35 loc) · 610 Bytes

File metadata and controls

46 lines (35 loc) · 610 Bytes

Problem 56:

let data = [
  {
    pHeroCourses: {
      "course-x": "web development",
    },
  },

  {
    pHeroCourses: {
      "course-y": "phitron",
    },
  },

  {
    pHeroCourses: {
      "course-z": "acc",
    },
  },

  {
    pHeroCourses: {
      "course-xyz": "level-2",
    },

    locationField: {
        "en-US": {
                lat: 19.28563,
                lon: 72.8691,
        },
    },
  },
];

How will you get the output [uses 2D matrix concept]

  1. level-2
  2. 72.8621

problem getting source: https://drive.google.com/file/d/1oRju8zbVD3O3oyntU0gPfW9-bp8R11lk/view