Skip to content

Commit da44b46

Browse files
Merge pull request 4GeeksAcademy#78 from ElviraQDP/ex1.1
learnpack/learnpack#480
2 parents e9de4fa + 4d6c34c commit da44b46

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

exercises/01.1-hello-world/README.es.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@ ReactDOM.render(<span> James is 12 years old </span>, myDiv);
4646
2. Cambia la variable `output` por:
4747

4848
```js
49-
<span> James is <strong>12</strong> years old </span>
49+
<span>James is <strong>12</strong> years old</span>
5050
```
5151

exercises/01.1-hello-world/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@ myDiv.innerHTML = '<span>James is 12 years old</span>';
4242
ReactDOM.render(<span> James is 12 years old </span>, myDiv);
4343
```
4444

45-
# :pencil: Instructions:
45+
## 📝 Instructions:
4646

4747
1. Open the `01.1-hello-world/app.jsx` file and take some time to understand it.
4848

4949
2. Change the variable `output` to:
5050

5151
```jsx
52-
<span> James is <strong>12</strong> years old </span>`
52+
<span>James is <strong>12</strong> years old</span>
5353
```
5454

learn.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"language": "react",
3+
"slug": "react-tutorial-exercises",
34
"title": "Learn React.js Interactively",
45
"repository": "https://github.com/4GeeksAcademy/react-tutorial-exercises",
56
"preview": "https://github.com/4GeeksAcademy/react-tutorial-exercises/blob/master/preview.png?raw=true",

0 commit comments

Comments
 (0)