Quiz: The Front-end App

Test your understanding of building front-end apps with React TypeScript.

React TypeScript

1

What is the correct method to create and export an interface in React TypeScript?

A)
export default <InterfaceName> {}
B)
<InterfaceName> export default {}
C)
const <InterfaceName> = (export default) =>{}
D)
export interface <InterfaceName> {}
Question 1 of 190 attempted

Get hands-on with 1200+ tech skills courses.