Content preceding a method

{% method %}
Method content

{% sample lang="js" %}
Some JS:

```
const a = 'hello';
```

{% hint %}
Always use const
{% endhint %}


{% sample lang="py" %}
Some Python:

```
a = "hello"
```


{% common %}
Some PHP:


{% sample lang="php" %}
```
$a = 'hello'
```
{% endmethod %}
