Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 2b1600e

Browse files
authored
Merge pull request #2622 from leviding/patch-37
FIX: minor typo error
2 parents 54ff266 + 6a742c4 commit 2b1600e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎1-js/02-first-steps/08-operators/article.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ In school maths, we write that as a<sup>b</sup>.
6363
For instance:
6464

6565
```js run
66-
alert( 2 ** 2 ); // 22 = 4
67-
alert( 2 ** 3 ); // 23 = 8
66+
alert( 2 ** 2 ); // 22 = 4
67+
alert( 2 ** 3 ); // 23 = 8
6868
alert( 2 ** 4 ); // 24 = 16
6969
```
7070

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /