Skip to content

Commit 6e22469

Browse files
authored
Merge pull request exlskills#1 from Pelser/patch-1
Update 00_.md
2 parents 79da964 + e99b3a2 commit 6e22469

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
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)