Skip to content
This repository was archived by the owner on Oct 23, 2018. It is now read-only.
This repository was archived by the owner on Oct 23, 2018. It is now read-only.

Translation of is operator #3

Closed
@dangreen

Description

@dangreen
_var is NaN -> isNaN(_var) - done
_var is Infinity -> !isFinite(_var)
_var is null -> _var === null
_var is String -> typeof _var == "string"
_var is Number -> typeof _var == "number"
_var is Boolean -> typeof _var == "boolean"
_var is Object -> typeof _var == "object"

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions