Skip to main content
JourneyUncommon
Toggle theme
Sign In
Sign Up
Toggle theme
Home
/
Practice
/
TypeScript
easy
TypeScript
primitive types
Single-choice MCQ
What are the types of `a` and `b` here?
const a = Symbol("id"); let b = Symbol("id");