DeepFrontend
Learning Paths
Practice
System Design & DS
Design Studio
Data Structures Curriculum
Real-World Case Studies
Careers
Job Board
Resume Builder
Blog
Sign in
Search
⌘K
Go Pro
Loading compiler resources...
TypeScript Quiz Practice
Active Recall Drill Session
← Exit Session
Question 1 of 1
medium
TypeScript
Confirmed by compilation: a function and a namespace sharing the same name can merge, allowing what?
A
Nothing — this produces a compile error
B
A callable value (the function) to also carry static-like properties accessed via the merged namespace
C
Two completely separate, unrelated declarations
D
Only works with classes, not functions
Check Answer