Skip to content
Closed
Changes from 1 commit
Commits
Show all changes
59 commits
Select commit Hold shift + click to select a range
7ce428b
put answer in comment
sarawone Feb 20, 2025
6442b27
getting dir and ext part from filepath
sarawone Feb 20, 2025
b31a592
breaking down the expression in step by step
sarawone Feb 21, 2025
8f67390
fixing error
sarawone Feb 21, 2025
abbe390
checking error and write the reason of the error.
sarawone Feb 21, 2025
03caef7
interpret and adding answers
sarawone Feb 21, 2025
c8d6e99
adding answers
sarawone Feb 21, 2025
da12dc5
finding error and explain
sarawone Feb 21, 2025
713cbf9
read and answer the questions
sarawone Feb 21, 2025
2b9bd4e
adding answers
sarawone Feb 22, 2025
73fec8d
adding answer
sarawone Feb 22, 2025
b352caf
adding code
sarawone Feb 22, 2025
6a87825
adding answers
sarawone Feb 22, 2025
aa2898b
adding answer
sarawone Feb 22, 2025
ccd7540
implement getCardValue function
sarawone Feb 24, 2025
9230d74
adding test function
sarawone Feb 24, 2025
b7a5527
adding function & jest statement
sarawone Feb 25, 2025
489ba23
restore Sprint1 to original
sarawone Mar 14, 2025
e55312c
restore sprint2 to original
sarawone Mar 14, 2025
0f67671
changing to original version
sarawone Mar 15, 2025
9e4d56b
changing to original version
sarawone Mar 15, 2025
11b6519
changing to original version
sarawone Mar 15, 2025
7ea8f44
changing to original version
sarawone Mar 15, 2025
b1f54f7
changing to original version
sarawone Mar 15, 2025
91e9e28
changing to original version
sarawone Mar 15, 2025
f05fc9a
changing to original version
sarawone Mar 15, 2025
d6fea99
changing to original version
sarawone Mar 15, 2025
67f6a60
changing to original version
sarawone Mar 15, 2025
d07cfb0
changing to original version
sarawone Mar 15, 2025
c784ca5
changing to original version
sarawone Mar 15, 2025
da915e1
changing to original version
sarawone Mar 15, 2025
577b9e6
changing to original version
sarawone Mar 15, 2025
67e1651
changing to original version
sarawone Mar 15, 2025
0c3f7af
Merge branch 'coursework/sprint-3' of https://github.com/sarawone/Mod…
sarawone Mar 15, 2025
41fc8bd
changing to original version
sarawone Mar 15, 2025
f5a5ee2
changing to original version
sarawone Mar 15, 2025
4893386
removing negative and modify function
sarawone Mar 17, 2025
541ddf2
changing the variable name
sarawone Mar 17, 2025
489ad20
modify the code
sarawone Mar 17, 2025
618ab0b
adding extra test
sarawone Mar 17, 2025
26fd07c
modify the function
sarawone Mar 17, 2025
75240a8
adding the test cases
sarawone Mar 17, 2025
aba23f6
testing with other cases
sarawone Mar 17, 2025
81cb2c5
adding throw in function
sarawone Mar 17, 2025
a12d680
adding test for throw
sarawone Mar 17, 2025
f16df6e
assign local variable by putting let
sarawone Mar 18, 2025
ea3e114
modify the function
sarawone Mar 18, 2025
b4066a2
changing variable name to ranks
sarawone Mar 18, 2025
648adf7
changing the error message
sarawone Mar 18, 2025
da614be
modify function
sarawone Mar 19, 2025
8a90ce6
adding test cases
sarawone Mar 19, 2025
65ad614
modify the function
sarawone Mar 19, 2025
a8c26e6
adding test cases and modify
sarawone Mar 19, 2025
9ed5a3e
adding test cases
sarawone Mar 19, 2025
9fba579
test cases added
sarawone Mar 19, 2025
0620564
modify the code
sarawone Mar 19, 2025
f00ef51
modify the code
sarawone Mar 19, 2025
42d22c1
modify to return number
sarawone Mar 19, 2025
8bc74aa
change variable name
sarawone Mar 20, 2025
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
Prev Previous commit
Next Next commit
changing to original version
  • Loading branch information
sarawone committed Mar 15, 2025
commit 41fc8bd45c69c497b3e212ac9e2de581d999ca64
2 changes: 1 addition & 1 deletion Sprint-2/4-mandatory-interpret/time-format.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ function formatTimeDisplay(seconds) {
// =============> write your answer here

// e) What is the return value assigned to num when pad is called for the last time in this program? Explain your answer
// =============> write your answer here
// =============> write your answer here