Skip to content

Commit 343a3f1

Browse files
committed
Update data_and_data_types.md
1 parent efe910f commit 343a3f1

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

data_and_data_types.md

+7-3
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,15 @@ Programming offers you endless ways to be clever.
8585

8686
Declarations and instrctions, the stuff of programs, are written with syntax.
8787

88-
__When learning to code, it is easy to confuse code syntax with the data that the code represents.__
88+
When learning to code, it is easy to confuse code syntax with the data that the code represents.
8989

90-
This is foolish.
90+
Or ismply to be confused by the syntax altogether.
9191

92-
For instance: A string does not contain the quotes surrounding it. The quotes declare the string.
92+
Syntax is essential, consists of strict rules, but is a cheap price to pay for unlimited power.
93+
94+
This isn't poetry, there are rules.
95+
96+
A string does not contain the quotes surrounding it. The quotes declare the string.
9397

9498
Objects are an organization of data, yet the object and its properties can be expressed through several variations of syntax.
9599

0 commit comments

Comments
 (0)