Skip to content

Commit 14b97bb

Browse files
Update 00_.md
1 parent 1a4088a commit 14b97bb

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)