JS
challenger
Home
Intermediate JavaScript
objects II
Objects II
objects
bracket notation
computed properties
getters
Object.keys
Object.values
Object.entries
in operator
for...in loop
object methods
NEXT
Access Object Property Dynamically
CHALLENGE
Fix Object Property Access: Replace Dot Notation with Bracket Notation
CHALLENGE
Access Multiple Object Properties with Bracket Notation
CHALLENGE
Language Greeting Selector
CHALLENGE
Student Grades Lookup
CHALLENGE