2 parents 72b29f3 + 5eb19a5 commit 186f251Copy full SHA for 186f251
1 file changed
1-js/02-first-steps/07-operators/article.md
@@ -409,7 +409,7 @@ For example:
409
410
```js run
411
*!*
412
-a = (1+2, 3+4);
+let a = (1+2, 3+4);
413
*/!*
414
415
alert( a ); // 7 (the result of 3+4)
0 commit comments