We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf33b67 commit 6a742c4Copy full SHA for 6a742c4
1 file changed
1-js/02-first-steps/08-operators/article.md
@@ -63,8 +63,8 @@ In school maths, we write that as a<sup>b</sup>.
63
For instance:
64
65
```js run
66
-alert( 2 ** 2 ); // 2² = 4
67
-alert( 2 ** 3 ); // 2³ = 8
+alert( 2 ** 2 ); // 2² = 4
+alert( 2 ** 3 ); // 2³ = 8
68
alert( 2 ** 4 ); // 2⁴ = 16
69
```
70
0 commit comments