Skip to content

Commit 3cf91a7

Browse files
committed
Fix question 34
1 parent b958a2d commit 3cf91a7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1042,7 +1042,6 @@ typeof sayHi();
10421042
The `sayHi` function returns the returned value of the immediately invoked function (IIFE). This function returned `0`, which is type `"number"`.
10431043

10441044
FYI: there are only 7 built-in types: `null`, `undefined`, `boolean`, `number`, `string`, `object`, and `symbol`. `"function"` is not a type, since functions are objects, it's of type `"object"`.
1045-
10461045
</p>
10471046
</details>
10481047

0 commit comments

Comments
 (0)