Skip to content

Commit 53fc536

Browse files
committed
fix code block of challenge 1 in appointment-time
1 parent 7be37db commit 53fc536

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/concept/appointment-time/.docs/instructions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The function takes `x` as parameter and return the appointment time of `x` days
99

1010
```javascript
1111
createAppointment(4);
12-
// If current time is 2022-10-01T12:50:13.000Z then the function will return 2022-10-05T12:50:13.000Z
12+
// If current time is Sun Oct 05 2022 23:28:43 GMT+0600 (Bangladesh Standard Time) then the function will return Sun Oct 09 2022 23:28:43 GMT+0600 (Bangladesh Standard Time)
1313
```
1414

1515
## 2. Get details of an appointment

0 commit comments

Comments
 (0)