Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 4a5985e

Browse files
Merge pull request #28 from borsec-suveran/patch-25
Update 00_.md
2 parents d74a3a0 + 14b97bb commit 4a5985e

File tree

1 file changed

+1
-1
lines changed
  • 02_Data Types and Variables/01_Declaring and Using Variables/01_Checking a Variable Type

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Getting a basic idea of the data type of a variable is pretty simple in JavaScript. JavaScript has an operator called `typeof` that can be used to checked the variable type during runtime. `typeof` returns a string of the value's data type, which can be convenient and necessary at times. The sample code below show 4 examples of the `typeof` operator, the last two being special cases.
1+
Getting a basic idea of the data type of a variable is pretty simple in JavaScript. JavaScript has an operator called `typeof` that can be used to check the variable type during runtime. `typeof` returns a string of the value's data type, which can be convenient and necessary at times. The sample code below shows 4 examples of the `typeof` operator, the last two being special cases.

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /