We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3c3e161 + 7e79c28 commit ff57b57Copy full SHA for ff57b57
javascript.html
@@ -95,7 +95,7 @@ <h3>Отступы, пробелы и переносы</h3>
95
<pre class="language-js language-correct"><code>var foo = {a: 1};
96
</code></pre>
97
98
-<pre class="language-js language-iccorrect"><code>const { a, b } = someObject;
+<pre class="language-js language-incorrect"><code>const { a, b } = someObject;
99
100
101
<pre class="language-js language-correct"><code>const {a, b} = someObject;
0 commit comments