Skip to content

Commit c7b0315

Browse files
committed
comimit
1 parent 4e285d8 commit c7b0315

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Sprint-1/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# 🧭 Guide to Week 1 exercises
22

33
> https://programming.codeyourfuture.io/structuring-data/sprints/1/prep/
4-
4+
cd ..
55
> [!TIP]
66
> You should always do the prep work _before_ attempting the coursework.
77
> The prep shows you _how_ to do the coursework.

Sprint-3/1-implement-and-rewrite-tests/implement/3-get-card-value.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ assertThrow(()=>getCardValue("Q♠♠"))
8080

8181

8282
function assertThrow(fn){
83-
try { (fn)
83+
try { fn()
8484
// we try to run this function, if it throws, stop running this bit and run the catch below
8585

8686
// This line will not be reached if an error is thrown as expected

0 commit comments

Comments
 (0)