MMA301_-_FA_2024_-_FE_2972.webp
Mahito95

MMA301_-_FA_2024_-_FE_2972.webp

  • Media owner Mahito95
  • Ngày thêm
(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!

33

Thông tin

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

Image metadata

Filename
MMA301_-_FA_2024_-_FE_2972.webp
File size
218.3 KB
Dimensions
1920px x 1012px

Share this media

Back
Bên trên Bottom