Skip to content

Commit e4b305b

Browse files
Merge pull request #1 from VirtualDOMinic/patch-1
corrected output of 2**3
2 parents 6afd138 + 119da3c commit e4b305b

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)