scrimba
Learn React for free
React 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

React Props Part 1: Understanding the Concept
AboutCommentsNotes
React 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>
<input />
<img />
</body>
</html>
Console
index.html
-2:08