-
Notifications
You must be signed in to change notification settings - Fork 149
Description
"There are several different functions here–"
Instead of the long dash, I'd use a :
The tests written below the video are confusing/buggy and don't match what's in the video or what's in the repo.
"We can use an in operator to check if a specific key exists on json."
The example code uses response instead of json as the name.
"Using in here allows gives us a great way..."
remove the word allows
Below this text:
"You cannot assign anything to never, except for never itself."
The code snippet would make more sense if it included this from the repo version:
const fn = (input: never) => {};
Because otherwise, the fn function definition is not shown in the text.
Possibly broken backtick code markdown around response is successful, the first member of the tuple is
(the words true
and User
should be surrounded by them, not the explaining text)