Update article.md
This commit is contained in:
parent
cf33b67042
commit
6a742c4a94
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:
|
||||
|
||||
```js run
|
||||
alert( 2 ** 2 ); // 2² = 4
|
||||
alert( 2 ** 3 ); // 2³ = 8
|
||||
alert( 2 ** 2 ); // 2² = 4
|
||||
alert( 2 ** 3 ); // 2³ = 8
|
||||
alert( 2 ** 4 ); // 2⁴ = 16
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue