Files
2018-10-16 21:32:40 +05:30

7 lines
289 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: Create a Simple JSX Element
localeTitle: 创建一个简单的JSX元素
---
## 创建一个简单的JSX元素
这个挑战相当简单用h1替换JSX元素中的div `javascript const JSX=<h1></h1>;` 然后添加所需的文本。 `javascript const JSX = <h1>Hello JSX!</h1>;`