fix(curriculum): reword question typeof lecture (#58890)

This commit is contained in:
dlleong0017 2025-02-20 02:50:44 -05:00 committed by GitHub
parent 8bf10ed8af
commit 61893e4655
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -86,7 +86,7 @@ Recall the unexpected behavior when checking the type of `null`.
## --text--
How does `typeof` behave when checking the type of a number?
What does the `typeof` operator return when used on a number in JavaScript?
## --answers--