Skip to content

Commit 9dcd9b8

Browse files
traducido
1 parent 5170431 commit 9dcd9b8

File tree

1 file changed

+3
-3
lines changed
  • 1-js/03-code-quality/02-coding-style/1-style-errors

1 file changed

+3
-3
lines changed

1-js/03-code-quality/02-coding-style/1-style-errors/task.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ importance: 4
22

33
---
44

5-
# Bad style
5+
# Estilo pobre
66

7-
What's wrong with the code style below?
7+
¿Qué hay de malo con el estilo de código a continuación?
88

99
```js no-beautify
1010
function pow(x,n)
@@ -25,4 +25,4 @@ else
2525
}
2626
```
2727

28-
Fix it.
28+
Arreglalo.

0 commit comments

Comments
 (0)