There was an error while loading. Please reload this page.
1 parent 2a0516d commit 5eb19a5Copy full SHA for 5eb19a5
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