Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Null and Undefined #314

Merged
merged 4 commits into from
Jun 24, 2016
Merged

Null and Undefined #314

merged 4 commits into from
Jun 24, 2016

Conversation

DanielRosenwasser
Copy link
Member

@DanielRosenwasser DanielRosenwasser commented Jun 23, 2016

Partially fixes #313.

# Null and Undefined

In TypeScript, both `undefined` and `null` actually have their own types named `undefined` and `null` respectively.
Much like `void`, they're not extremely useful on their own:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would get rid of 'actually' and 'extremely' since they just add noise.

@mhegazy
Copy link
Contributor

mhegazy commented Jun 23, 2016

👍

@DanielRosenwasser DanielRosenwasser merged commit 64c3564 into release-2.0 Jun 24, 2016
@DanielRosenwasser DanielRosenwasser deleted the nullUndefined branch June 24, 2016 07:28
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants