Skip to content

Commit b00aca4

Browse files
committed
Merge pull request iliakan#167 from aloe1812/patch-2
Update article.md
2 parents 3e0d1c6 + df149c3 commit b00aca4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

1-js/2-first-steps/8-operators/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ alert( n ); // 16 (n = 2 * 8)
404404
```js
405405
//+ run
406406
*!*
407-
a = (5, 6);
407+
var a = (5, 6);
408408
*/!*
409409

410410
alert( a );

0 commit comments

Comments
 (0)