You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: exercises/concept/appointment-time/.docs/instructions.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ The function takes `x` as parameter and return the appointment time of `x` days
9
9
10
10
```javascript
11
11
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)
0 commit comments