Fix code example

This commit is contained in:
mhizterkeyz 2021-01-17 14:32:19 +01:00 committed by GitHub
parent c29a54e904
commit 06d3336f1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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