QuizAdvanced

The typeof Type Operator

Extracting a type from a runtime value using typeof.

Given `const config = { port: 8080, host: "localhost" }`, what is `typeof config` in a type position?