Get startedSign in

Code Tabs

Basic

{% codetabs title="A title goes here" %}

```js {% title="Javascript" %}
const x = 10
const doubleX = x * 2
```

```elixir
IO.puts("Hello world from Elixir")
```

{% /codetabs %}
A title goes here
const x = 10
const doubleX = x * 2