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 3c9222a commit b74ba8bCopy full SHA for b74ba8b
README.md
@@ -38,9 +38,9 @@
38
39
- **Primitives**: When you access a primitive type you work directly on its value
40
41
- + `String`
42
- + `Number`
43
- + `Boolean`
+ + `string`
+ + `number`
+ + `boolean`
44
+ `null`
45
+ `undefined`
46
@@ -54,9 +54,9 @@
54
```
55
- **Complex**: When you access a complex type you work on a reference to its value
56
57
- + `Object`
58
- + `Array`
59
- + `Function`
+ + `object`
+ + `array`
+ + `function`
60
61
```javascript
62
var foo = [1, 2],
0 commit comments