Skip to content

Commit

Permalink
fixing issues after linting hexlet-basics#2
Browse files Browse the repository at this point in the history
  • Loading branch information
enceladus181 committed Jul 22, 2019
1 parent 2025e83 commit 98b25af
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions modules/10-basics/40-instructions/description.en.yml
Expand Up @@ -10,9 +10,10 @@ theory: |
console.log('Mother of Dragons.');
console.log('Dracarys!');
```
When you run this code you will see two sentences on the screen, one after the other.
When you run this code you will see two sentences on the screen, one after the other.
<pre class='hexlet-basics-output'>
<pre class='hexlet-basics-output'>
Mother of Dragons.
Dracarys!
</pre>
Expand Down Expand Up @@ -43,3 +44,13 @@ instructions: |
[more about interpreters](https://ru.wikipedia.org/wiki/Интерпретатор)
- |
[Statements and declarations by category](https://developer.mozilla.org/ru/docs/Web/JavaScript/Reference/Statements)
definitions:
- name: interpreter
description: |
A program executing code in JavaScript
- name: Statement
description: |
a command given to computer. PHP code is a set of instructions separated (most frequently) by `;`.

0 comments on commit 98b25af

Please sign in to comment.