TypeScript for React

Join the React Bootcamp

The React Bootcamp is 5 full weeks of professional React training to take you from wherever you are to top-tier React programmer in record time.

Lifetime Access

$79
Complete Package
Become a React Pro
Problem

Type Autocomplete

Your challenge is to work with TypeScript in your code editor.

You have a simple badge displayed, and you need to figure out how to use TypeScript's autocomplete feature to explore the available properties on the span element.

This will help you understand how to access information quickly witho...

This lesson is part of the full version of the React Bootcamp.

Click here to purchase.
Already joined? Log in here

Transcript

This is another challenge where I want you to get comfortable working with TypeScript, specifically in our code editor. On top of providing us with information such as the associated types for our elements, properties, etc., it gives us neat features like autocomplete.

So, this is going to be a han...