05-highlightshighlight×2 hover×3all
// `^^^` highlights a span; trailing text becomes its label.
type 
type Result = "pass" | "fail"
Result
= "pass" | "fail"
const
const status: Result
status
:
type Result = "pass" | "fail"
Result
= "pass"