Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
eb69b06
Completed Problem 1 using map
llamouth Jan 8, 2024
6b201d9
Completed Question 2
llamouth Jan 8, 2024
928aed1
completed question 3
llamouth Jan 8, 2024
b13ffd4
completed question 4
llamouth Jan 8, 2024
c1371af
completed question 5
llamouth Jan 8, 2024
98ff1ab
completed question 5
llamouth Jan 8, 2024
e306e50
completed 3 questions just now
llamouth Jan 8, 2024
25fc37e
completed question 9
llamouth Jan 8, 2024
cf733a9
completed question 12
llamouth Jan 9, 2024
4a14895
completed question sorry i forgot to do this a couple times
llamouth Jan 9, 2024
d1adc42
completed question 13
llamouth Jan 9, 2024
c18eb04
back to work
llamouth Jan 9, 2024
54b1ae8
completed question 16
llamouth Jan 9, 2024
3cdebee
completed test
llamouth Jan 9, 2024
7ac495e
Saved new commit
llamouth Jan 9, 2024
4a67ecc
first commit
llamouth Jan 10, 2024
86da5ab
Sorry I was lost during this git connecton to github but i got it now…
llamouth Jan 10, 2024
17df5f3
Completed Question 20 using map method final commit
llamouth Jan 10, 2024
4b9f5a4
Commiting to a change i did
llamouth Jan 10, 2024
db626d9
Refactoring My Code
llamouth Jan 12, 2024
2982e68
Refactored Code
llamouth Jan 12, 2024
86448ab
Refactoring Code
llamouth Jan 12, 2024
52db116
Refactored my code
llamouth Jan 12, 2024
315f49f
Refactoring
llamouth Jan 12, 2024
da994c7
Refactoring Code
llamouth Jan 13, 2024
6aa590c
Refactoring Code
llamouth Jan 13, 2024
137a0cc
Final Commit... ithink
llamouth Jan 13, 2024
37abaa6
Final Final Commit
llamouth Jan 14, 2024
a272276
Commiting cause it says i have to
llamouth Jan 14, 2024
f1da757
Refactored Code
llamouth Jan 21, 2024
b1e4078
Refactor Code
llamouth Jan 22, 2024
338c460
Refactor Code
llamouth Jan 22, 2024
9d3c7c6
Refactored Code
llamouth Jan 22, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [



{
"type": "node",
"request": "launch",
"name": "Launch Program",
"skipFiles": [
"<node_internals>/**"
],
"program": "${workspaceFolder}/index.js"
}
]
}
77 changes: 0 additions & 77 deletions README.md

This file was deleted.

2 changes: 1 addition & 1 deletion data/songs.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ const songs = [
album: "Seasonal Sounds",
artist: "Melody Green",
runtimeInSeconds: 152,
}
},
];

module.exports = songs;
Loading