We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cef7f1 commit 7cc3281Copy full SHA for 7cc3281
README.md
@@ -37,9 +37,9 @@
37
38
- **Primitives**: When you access a primitive type you work directly on its value
39
40
- + `string`
41
- + `number`
42
- + `boolean`
+ + `String`
+ + `Number`
+ + `Boolean`
43
+ `null`
44
+ `undefined`
45
@@ -53,9 +53,9 @@
53
```
54
- **Complex**: When you access a complex type you work on a reference to its value
55
56
- + `object`
57
- + `array`
58
- + `function`
+ + `Object`
+ + `Array`
+ + `Function`
59
60
```javascript
61
var foo = [1, 2],
0 commit comments