Fix code example

This commit is contained in:
mhizterkeyz
2021-01-17 14:32:19 +01:00
committed by GitHub
parent c29a54e904
commit 06d3336f1a

View File

@ -166,7 +166,7 @@ function getFruitsCount() {
Sets a variable in a declarative way, with value `A` to value `B`.
```js
const fruits = 0
let fruits = 0
function setFruits(nextFruits) {
fruits = nextFruits