Glossary coding Term Page

Object literals

key-value pairs inside braces that represent a cohesive unit such as a user profile or car

object-literals #coding#javascript
Korean version

Related Concepts

Core Idea

Object literals is key-value pairs inside braces that represent a cohesive unit such as a user profile or card content. It usually makes the most sense alongside Destructuring assignment, Module, Shared constants.

Why It Matters Here

Mathbong reuses this term across javascript posts as shared vocabulary.

Posts Mentioning This Concept