Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Many errors on the Introduction #91

Open
dmvianna opened this issue Oct 29, 2024 · 0 comments
Open

Many errors on the Introduction #91

dmvianna opened this issue Oct 29, 2024 · 0 comments

Comments

@dmvianna
Copy link

I think the introduction has many obvious errors, and I stopped reading there. Sorry for not being very specific, but you need to review it. One example:

function getFirstLetter(str: string): string {
  return universe.name.substring(0, 1);
}

console.log(getFirstLetter("functional programming")); // 'f'

Where are you using the str parameter in this function?

Thank you for creating a public resource for people wanting to learn fp-ts. Please review it though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant