diff --git a/subjects/const/README.md b/subjects/const/README.md deleted file mode 100644 index 7a44521a..00000000 --- a/subjects/const/README.md +++ /dev/null @@ -1,16 +0,0 @@ -## 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) - -