diff --git a/GameSounds/index.html b/GameSounds/index.html new file mode 100644 index 0000000..94ecc59 --- /dev/null +++ b/GameSounds/index.html @@ -0,0 +1,16 @@ + + + Play Sounds + + + + +
Ring
+
Page
+
Sell
+ + + + + + \ No newline at end of file diff --git a/GameSounds/soundPlayer.js b/GameSounds/soundPlayer.js new file mode 100644 index 0000000..7bd8f59 --- /dev/null +++ b/GameSounds/soundPlayer.js @@ -0,0 +1,37 @@ +const inventoryItems = document.querySelectorAll(".inventory"); +console.log(inventoryItems); +for(let i=0; i + + Sound Player To Do + + + + To Do List: + + + + \ No newline at end of file diff --git a/README.md b/README.md index 35b2257..5f8f771 100644 --- a/README.md +++ b/README.md @@ -16,14 +16,15 @@ If there's anything that you think could be improved due to misunderstanding, th # The 1000 Things Structure of the repo Things are as *folder > main js file*, along with the supporting HTML and CSS files. -(6) Name Changer > namechange.js
-(5) Message Changer > messageChanger.js
-(4) Time of Day > timeOfDay.js
-(3) VAT Calculator > vat-script.js
-(2) Date and Time > myYearAndDate.js
+(7) Game Sounds > soundPlayer.js
+(6) Name Changer > namechange.js
+(5) Message Changer > messageChanger.js
+(4) Time of Day > timeOfDay.js
+(3) VAT Calculator > vat-script.js
+(2) Date and Time > myYearAndDate.js
(1) Date and Time > myDayFunction.js -**994 to go...** +**Only 993 to go... o_O** # Courses and Sources **[https://www.sololearn.com/Course/JavaScript/](https://www.sololearn.com/Course/JavaScript/)**