This commit is contained in:
joaquinelio 2021-12-13 18:05:13 -03:00 committed by GitHub
parent 8d04d0d2db
commit e7c5d13554
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34,7 +34,7 @@ In more advanced situations, that we'll come across later, a function may be cre
## Function is a value
Let's reiterate: no matter how the function is created, a function is a value. Both examples above store a function is `sayHi` variable.
Let's reiterate: no matter how the function is created, a function is a value. Both examples above store a function in `sayHi` variable.
We can even print out that value using `alert`: