commit
2b1600e883
1 changed files with 2 additions and 2 deletions
|
@ -63,8 +63,8 @@ In school maths, we write that as a<sup>b</sup>.
|
||||||
For instance:
|
For instance:
|
||||||
|
|
||||||
```js run
|
```js run
|
||||||
alert( 2 ** 2 ); // 2² = 4
|
alert( 2 ** 2 ); // 2² = 4
|
||||||
alert( 2 ** 3 ); // 2³ = 8
|
alert( 2 ** 3 ); // 2³ = 8
|
||||||
alert( 2 ** 4 ); // 2⁴ = 16
|
alert( 2 ** 4 ); // 2⁴ = 16
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue