Skip to content

Commit 58458e8

Browse files
authored
contents: fix typo in subtitle of null vs undefined vs undeclared
1 parent af27ba4 commit 58458e8

File tree

1 file changed

+1
-1
lines changed
  • questions/whats-the-difference-between-a-variable-that-is-null-undefined-or-undeclared-how-would-you-go-about-checking-for-any-of-these-states

1 file changed

+1
-1
lines changed

questions/whats-the-difference-between-a-variable-that-is-null-undefined-or-undeclared-how-would-you-go-about-checking-for-any-of-these-states/en-US.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "What's the difference between a JavaScript variable that is: `null`, `undefined` or undeclared?"
3-
subtitle: How would you go about checking for any of these states?"
3+
subtitle: How would you go about checking for any of these states?
44
---
55

66
## TL;DR

0 commit comments

Comments
 (0)