Skip to content

Commit 119da3c

Browse files
corrected output of 2**3
1 parent 279defe commit 119da3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ebook/17_ES7_incudes-and-exponential-operator.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Now with the new exponential operator we can do this:
6767
2**2;
6868
// 4
6969
2**3;
70-
// 4
70+
// 8
7171
```
7272

7373
It will get pretty useful when combining multiple operations like in this example:

0 commit comments

Comments
 (0)