react | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
- 1

react

class Image extends React.Component { render() { return <img src={................props.......... } />; } } what are the answers for blanks

22nd Jun 2021, 5:08 PM
darshani kumarasinghe
darshani kumarasinghe - avatar
4 Respostas
0
What have you tried so far ?
22nd Jun 2021, 5:11 PM
Ananiya Jemberu
Ananiya Jemberu - avatar
+ 1
Do it by yourself. The sololearn quiz is for learning purposes. You should know how to fill it if you learn the lessons properly. If we give you the direct answer you will learn nothing. If you have any problems with the previous lesson, you can have a look at the comments. The comments are very useful.
22nd Jun 2021, 5:13 PM
The future is now thanks to science
The future is now thanks to science - avatar
+ 1
class Image extends React.Component { render() { return <img src={this.props.url} />; } }
25th Jun 2021, 2:14 AM
scott nguyen
scott nguyen - avatar
- 1
props in class components
22nd Jun 2021, 5:14 PM
darshani kumarasinghe
darshani kumarasinghe - avatar