Skip to content

Commit 564590f

Browse files
committed
Type
Every other value in an `object` -> Every other value is an `object`
1 parent de0d940 commit 564590f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

objects/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Objects
2-
The primitive types of JavaScript are `true`, `false`, numbers, strings, `null` and `undefined`. **Every other value in an `object`.**
2+
The primitive types of JavaScript are `true`, `false`, numbers, strings, `null` and `undefined`. **Every other value is an `object`.**
33

44
In JavaScript objects contain `propertyName`: `propertyValue` pairs.

0 commit comments

Comments
 (0)