From bc91dde04c0b32a6fe8429ed0599d4277ae04d7c Mon Sep 17 00:00:00 2001 From: Marie Malarme Date: Thu, 4 Mar 2021 19:43:39 +0000 Subject: [PATCH] keycodes-symphony: change files naming --- subjects/keycodes-symphony/README.md | 8 ++++---- .../{index.html => keycodes-symphony.html} | 0 2 files changed, 4 insertions(+), 4 deletions(-) rename subjects/keycodes-symphony/{index.html => keycodes-symphony.html} (100%) diff --git a/subjects/keycodes-symphony/README.md b/subjects/keycodes-symphony/README.md index d08c64ea7..a57f04acc 100644 --- a/subjects/keycodes-symphony/README.md +++ b/subjects/keycodes-symphony/README.md @@ -15,13 +15,13 @@ Write the function `compose`: - [Keyboard event](https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent): [`keydown`](https://developer.mozilla.org/en-US/docs/Web/API/Document/keydown_event), [`key`](https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/key) -### Provided files +### Files -You have at your disposal the following file that you can download to test locally: +You only need to create & submit the JS file `keycodes-symphony.js` ; we're providing you the following file to download (click right and save link) & test locally: -- the HTML file [index.html](/public/subjects/keycodes-symphony/index.html) to open in the browser, which includes: +- the HTML file [keycodes-symphony.html](/public/subjects/keycodes-symphony/keycodes-symphony.html) to open in the browser, which includes: - - the JS script which will allow to run your code + - the JS script running some code, and which will also allow to run yours - some CSS pre-styled classes: feel free to use those as they are, or modify them ### Expected result diff --git a/subjects/keycodes-symphony/index.html b/subjects/keycodes-symphony/keycodes-symphony.html similarity index 100% rename from subjects/keycodes-symphony/index.html rename to subjects/keycodes-symphony/keycodes-symphony.html