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...
Node.js Quiz Practice
Active Recall Drill Session
← Exit Session
Question 1 of 1
easy
Node.js
What does Node's type stripping actually do to a .ts file's type annotations?
A
Validates them against the code and reports errors
B
Removes them entirely from the source before running the remaining JavaScript, without checking them
C
Converts them into runtime assertions
D
Compiles them into a separate .js file first
Check Answer