JS
challenger
JS
challenger
  • Home
  • Javascript Fundamentals
    • # Javascript basics
      (0/23)
    • # Javascript arrays
      (0/21)
    • # Javascript objects
      (0/17)
    • # Javascript dates
      (0/8)
    • # Javascript Sets
      (0/7)
  • Javascript DOM
    • # DOM selector methods
      (0/4)
    • # Events and user interactions
      (0/5)
    • # DOM manipulation
      (0/4)
    • # DOM fundamentals
      (0/5)
    • # Recursive functions
      (0/1)
  • Challenge Rush
  • Random Challenge
Imprint Privacy Policy
Home Javascript fundamentals
Javascript Objects

Javascript Objects

This series of challenges tests your knowledge about Javascript objects.

Next Challenge

  1. Accessing object properties one
  2. Accessing object properties two
  3. Accessing object properties three
  4. Check if property exists in object
  5. Creating Javascript objects one
  6. Creating Javascript objects two
  7. Creating Javascript objects three
  8. Extract keys from Javascript object
  9. Sum object values
  10. Remove a property from an object
  11. Merge two objects with matching keys
  12. Multiply all object values by x
  13. Swap object keys and values
  14. Replace empty strings in object with null values
  15. Extracting information from objects
  16. Add property to each object in array
  17. Convert array to object with counter