Skip to content

Commit e99b3a2

Browse files
authored
Update 00_.md
1 parent a1d043a commit e99b3a2

File tree

1 file changed

+1
-1
lines changed
  • 02_Data Types and Variables/00_Data Types/01_What Is a Data Type?

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
A data type is a domain of values of similar characteristics. It defines the type of information stored in the computer memory (in a variable). For example, creating a integer is different from creating a character or creating an array.
22

3-
There are many data types in JavaScript; positive integers, alphabetical characters, etc. We will the different data types and their uses as we move on with the course.
3+
There are many data types in JavaScript; positive integers, alphabetical characters, etc. We will see the different data types and their uses as we move on with the course.

0 commit comments

Comments
 (0)