Skip to content

Commit

Permalink
Fix typo in JavaScript roadmap (kamranahmedse#5369)
Browse files Browse the repository at this point in the history
Correcting the typo.
  • Loading branch information
RMN-001 authored Mar 18, 2024
1 parent 1eb5a9c commit ec9d2d4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# undefined

JavaScript has two primitive values used to signal absent or uninitialized value: `null` (absent) and `undefined` (unintialized).
JavaScript has two primitive values used to signal absent or uninitialized value: `null` (absent) and `undefined` (uninitialized).

TypeScript has two corresponding _types_ by the same names. How these types behave depends on whether you have the `strictNullChecks` option on.

Expand Down

0 comments on commit ec9d2d4

Please sign in to comment.