mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-22 21:08:12 +08:00
fix(curriculum): capitalization of "API" in timestamp project (#48959)
chore(curriculum) : fixed capitalization of "API" in timestamp project (#48958)
This commit is contained in:
parent
4aa3b4d6ad
commit
a10772488c
@ -106,7 +106,7 @@ Your project can handle dates that can be successfully parsed by `new Date(date_
|
||||
);
|
||||
```
|
||||
|
||||
If the input date string is invalid, the api returns an object having the structure `{ error : "Invalid Date" }`
|
||||
If the input date string is invalid, the API returns an object having the structure `{ error : "Invalid Date" }`
|
||||
|
||||
```js
|
||||
(getUserInput) =>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user