Check our public questions below
Solve questions to get feedback or
take a practice test and get a free certificate.
Check our public questions below
Solve questions to get feedback or
take a practice test and get a free certificate.
Screen with work-sample questions
Work-samples are the best predictor of work performance. 8,000+ companies use TestDome premium questions.
The TypeScript online test assesses candidates' knowledge of programming in the TypeScript language and their ability to leverage commonly used parts of the standard library.
It's an ideal test for pre-employment screening. A good TypeScript developer needs to be able not only to solve problems using TypeScript but also know how to use its type system.
This online test requires candidates to solve coding problems in TypeScript.
The following code initializes three types representing the colors: red, green and blue.
type ColorType = [string, number, number, number];
let red: ColorType = ['Red', 1, 0, 0];
let green: [string, number, number, number] = ['Green', 0, 1, 0];
let blue = ['Blue', 0, 0, 1];
Select the statements that are correct.
The following code initializes strings as three different types and attempts to make them uppercase. Which statements about the behavior of the typescript compiler are correct?
let stringType: string = "string type";
stringType.toUpperCase();
let anyType: any = "any type";
anyType.toUpper();
anyType.toUpperCase();
let objectType: Object = "object type";
objectType.toUpperCase();
Earn a free certificate by achieving top 25% on the TypeScript test with public questions.
Take a Certification TestSunshine Caprio
Java and SQL
TestDome
Certificate
Buy TestDome to access premium questions that can't be practiced.
Get money back if you find any premium question answered online.
Garden Plants, Open Interface, Person, Height, Taxable Book, Album, First Not Null, Filter.
From web development and database administration to project management and customer support. See all pre-made tests.
From JavaScript and SQL to English and customer support. See all questions to filter by skill.
Mix questions for different skills or even custom questions in one test. See an example.
Choose a pre-made test
or create a custom test
Invite candidates via
email, URL or your ATS
Candidates take
a test remotely
Sort candidates and
get individual reports
Related TypeScript Programming Tests: