Skip to content

Commit

Permalink
fix consloe.log output (#174)
Browse files Browse the repository at this point in the history
  • Loading branch information
burenkov-anton committed Mar 28, 2020
1 parent b82dda5 commit f66a057
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/25-strings/10-quotes/description.ru.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ theory: |
// \ не выводится если после него идет обычный,
// а не специальный символ
console.log("Death is \so terribly final\'");
// => death is so terribly final
// => Death is so terribly final'
```
А что если нужно вывести сам обратный слеш? Точно так же как и любой другой специальный символ, его надо экранировать самим собой.
Expand Down

0 comments on commit f66a057

Please sign in to comment.