Browse Source

docs(primatives): correct grammar

pull/1068/head
davhojt 2 years ago
parent
commit
5ce8e6c2a6
No known key found for this signature in database
GPG Key ID: C8C3C515E7AF0D2D
  1. 12
      subjects/primitives/README.md

12
subjects/primitives/README.md

@ -2,14 +2,14 @@
### Instructions
Create a constant variable for each primitives:
Create a constant variable for each of the following primitive types:
- `str` for `String`
- `num` for `Number`
- `bool` for `Boolean`
- `str` for `string`
- `num` for `number`
- `bool` for `boolean`
- `undef` for `undefined`
### Notions
- [nan-academy.github.io/js-training/examples/primitive-and-operators](https://nan-academy.github.io/js-training/examples/primitive-and-operators.js)
- [nan-academy.github.io/js-training/examples/variables](https://nan-academy.github.io/js-training/examples/variables.js)
- [Primitives and operators](https://nan-academy.github.io/js-training/examples/primitive-and-operators.js)
- [Variables](https://nan-academy.github.io/js-training/examples/variables.js)

Loading…
Cancel
Save