Intermediate JavaScript
Q85 / 100

What is the temporal proposal (TC39 Stage 3) for JavaScript date handling?

Correct! Well done.

Incorrect.

The correct answer is B) A new date/time API (Temporal.PlainDate, ZonedDateTime) fixing limitations of the legacy Date object (mutability, timezone handling)

B

Correct Answer

A new date/time API (Temporal.PlainDate, ZonedDateTime) fixing limitations of the legacy Date object (mutability, timezone handling)

Explanation

Temporal provides immutable, timezone-correct date-time types, fixing problems with Date: timezone handling, month numbering, and mutability.

Progress
85/100