tc39/proposal-nullish-coalescing resource
Nullish coalescing proposal x ?? y observed · 2026-08-28
Health v2 · maintenance only
10/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases archived no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3331
- days_rel: n/a
- days_push: 1313
- n_releases_24m: 0
Adoption not part of the score
1226 stars · 21 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
The TC39 specification repository for the ECMAScript nullish coalescing operator (??), a Stage 4 language proposal that provides default values only when a value is null or undefined. It contains the proposal explainer, motivation, syntax examples, and the formal specification draft.
Use cases
- understand how the ?? operator works in javascript
- learn difference between ?? and || for default values
- read the ecmascript spec for nullish coalescing
- find examples of nullish coalescing operator usage
- check status of the tc39 nullish coalescing proposal
When to choose
- you need authoritative semantics of the ?? operator
- you want to understand why || mishandles falsy values like 0 or ''
- you're implementing a javascript engine or transpiler
When to avoid
- you want a library or tool to install
- you need general javascript tutorials rather than language specification
- you're looking for optional chaining documentation specifically
Facets
learning-resource · maturity maintenance
programming-language documentation programming-languages web-development browser cross-platform ecmascript tc39 language-proposal specification nullish-coalescing javascript-operator javascript specifications nodejs
2 sources
- readme: https://github.com/tc39/proposal-nullish-coalescing · fetched 2026-08-28 · eaca18eb8889
- homepage: https://tc39.github.io/proposal-nullish-coalescing/ · fetched 2026-08-29 · b69f8652c698
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| tc39/proposal-nullish-coalescing | main | 10 |
For agents
markdown · JSON · MCP: product_card(name="tc39/proposal-nullish-coalescing")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem