react- JSX & Component

react- JSX & Component

1st - 3rd Grade

10 Qs

quiz-placeholder

Similar activities

world of coding

world of coding

3rd - 6th Grade

10 Qs

Conceitos HTML

Conceitos HTML

1st Grade

12 Qs

Basic Project Management Training

Basic Project Management Training

1st - 3rd Grade

10 Qs

LENGUAJE UML

LENGUAJE UML

1st - 12th Grade

10 Qs

Python. Умови та цикли

Python. Умови та цикли

1st - 3rd Grade

11 Qs

多元化投遞方式作業-ESY

多元化投遞方式作業-ESY

1st - 2nd Grade

9 Qs

ER&D Thinking Math

ER&D Thinking Math

KG - 12th Grade

12 Qs

Indice de Satisfaccion

Indice de Satisfaccion

1st Grade

10 Qs

react- JSX & Component

react- JSX & Component

Assessment

Quiz

Professional Development

1st - 3rd Grade

Medium

Created by

Li Zhou

Used 2+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

关于JSX的说法正确的是?

JSX 全称JavaScript XML

JSX 和 HTML 标签没什么区别

JSX 本质上是JavaScript

JSX 是一种类似于XML语法的JS的扩展

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

如何给jsx元素添加class属性
id
className
class
style

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

在JSX, 可以使用哪个标签创建下拉列表(drop-down list)最简单?

<Select >

<select>

<li>

<ul>

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

使用_________作为数组元素的标识?

ref

data

key

store

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

哪一个写法是组件调用?

{ header }

<Header />

<header>

header()

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

关于 Class Component 描述正确的是?

import React from 'react'

have only one render

must extends React.Component

all of the above

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

传递 props 的正确方式?

<Hello name="World" />

<{this.state.name} />

<name Hello={this.props} />

<Hello = "World" />

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?