## Primitives ### Instructions Create a variable for each primitives: - use the identifier `age` for `Number` - use the identifier `name` for `String` - use the identifier `cool` for `Boolean` ### 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)