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

changes on debuggers, testing, code style and more #365

Merged
merged 1 commit into from
Dec 3, 2024

Conversation

ewan-escience
Copy link
Member

Changes in this PR

This PR focuses on the introduction, debugging, testing and code style sections, together with some other small changes, of the JS chapter. Although improvements can always be made, I feel like this PR closes #268.

Checklist

ALL contributions

  • I previewed my changes locally using e.g. python3 -m http.server 4000 and confirmed they work correctly.
  • I checked for broken links, e.g. using the link checker GitHub Action workflow, or locally by using docker run --init -it -v `pwd`:/docs lycheeverse/lychee /docs --config=docs/lychee.toml, at least for the files I changed.

```shell
npm install -g typescript
```
To install TypeScript compiler run, check out the [official documentation](https://www.typescriptlang.org/download/). Note that Deno and Bun support TypeScript [out of the box](/language_guides/javascript?id=javascript-outside-of-the-browser).
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Much nicer to point to official documentation, good idea!

Copy link
Member

@c-martinez c-martinez left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me, thanks @ewan-escience !

@bouweandela bouweandela merged commit 2e71ee3 into main Dec 3, 2024
1 of 2 checks passed
@bouweandela bouweandela deleted the 268-intro-debugging-tests branch December 3, 2024 14:27
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

Successfully merging this pull request may close these issues.

JavaScript/TypeScript chapter is quite outdated
3 participants