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
Hello @jonasschmedtmann,
It seems that the assignment material where this issue #414 occurs is not available in this repository. Could you please confirm if the content is hosted elsewhere? I would be happy to contribute if the file is accessible.
Hi, there is a small typo on the Optional Chaining (?.) assignment from codingheroes.io.
getFirstKeyword(book[0]);
should be:
getFirstKeyword(books[0]);
since the provided array is called books.The text was updated successfully, but these errors were encountered: