scrimba
Frontend Career Path
React basics
AirBnb clone
Props Part 1: Understanding the Concept
Go Pro!Bootcamp

Bootcamp

Study group

Collaborate with peers in your dedicated #study-group channel.

Code reviews

Submit projects for review using the /review command in your #code-reviews channel

Props Part 1: Understanding the Concept
AboutCommentsNotes
Props Part 1: Understanding the Concept
Expand for more info
index.html
run
preview
console
<html>
<head></head>
<body>
<a>This is a link</a>
<img />
<input />
</body>
</html>
Console
/index.html
-3:11