This is just a placeholder for the actual tutorial material:

```js
// as you can see there can be some code
const a = 42
```

But more importantly, there can be text that can be rendered as we please:

```js
const str = 'followed by more code'
```

That's it really!
