mastodon.ar.al is one of the many independent Mastodon servers you can use to participate in the fediverse.
This is my personal fediverse server.

Administered by:

Server stats:

1
active users

Want strong typing without a build process?

(Hint: you don’t need to use TypeScript.)

1. Use a modern editor like Helix Editor or VSCodium that supports the TypeScript Language Server (LSP).

2. Add this line to the top of your JavaScript file (without the backticks, if you see any):

```
// @ts-check
```

3. Go read up on JSDoc ;)

¹ helix-editor.com
² jsdoc.app/about-getting-starte

helix-editor.comHelixA post-modern modal text editor.