Q33.webp
soft_wind

Q33.webp

Kizspy Question: 33
(Choose 1 answer)
Study the code below and choose the correct output that you will expect to see on the emulator.
import React from 'react';
import { Text, View} from 'react-native';
const Dog = () => {
return (
);
<View>
<Text>I am a dog!</Text>
</View>
const Park () => {
return(
<View>
<Text>Welcome to the park!</Text>
<Dog />
</View>
);
}
export default Park;
A. Welcome to the park! I am a dog!
B. I am a dog! Welcome to the park!
C. Welcome to the park!
D. I am a cat! Welcome!

Thông tin

Category
MMA301
Thêm bởi
soft_wind
Ngày thêm
Lượt xem
2,364
Lượt bình luận
13
Rating
0.00 star(s) 0 đánh giá

Share this media

Back
Bên trên Bottom