TOTAL - 40

🔹 20 basic (Objects + Arrays)

  1. Sum values in object arrays

  2. Count word occurrences in array

  3. Swap keys and values of object

  4. Find the largest value key

  5. Flatten object of arrays into one array

  6. Group people by city

  7. Filter object by values > 50

  8. Find student with highest average mark

  9. Unique values across all object arrays

  10. Pick only given keys from object

  11. Find student with highest average marks

  12. Sort object entries by values (ascending)

  13. Count number of keys in object

  14. Capitalize string values inside object

  15. Convert object to query string

  16. Count even and odd numbers in array

  17. Find common keys between two objects

  18. Convert array of objects to lookup by id