From 61893e4655b269cacdd5d1e36724bf9e0df2e920 Mon Sep 17 00:00:00 2001 From: dlleong0017 <166639136+dlleong0017@users.noreply.github.com> Date: Thu, 20 Feb 2025 02:50:44 -0500 Subject: [PATCH] fix(curriculum): reword question typeof lecture (#58890) --- .../lecture-working-with-data-types/6732518a8627876f4fcd18a4.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curriculum/challenges/english/25-front-end-development/lecture-working-with-data-types/6732518a8627876f4fcd18a4.md b/curriculum/challenges/english/25-front-end-development/lecture-working-with-data-types/6732518a8627876f4fcd18a4.md index b3dd9cdb9ce..1c120c1e838 100644 --- a/curriculum/challenges/english/25-front-end-development/lecture-working-with-data-types/6732518a8627876f4fcd18a4.md +++ b/curriculum/challenges/english/25-front-end-development/lecture-working-with-data-types/6732518a8627876f4fcd18a4.md @@ -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--