From 71cba310e3db415e784ceb5581003946c4d9eee3 Mon Sep 17 00:00:00 2001 From: Clement Denis Date: Wed, 31 Mar 2021 18:47:06 +0100 Subject: [PATCH] discovery-piscine: wrongly commited exercise --- subjects/const/README.md | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 subjects/const/README.md 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) - -