> For the complete documentation index, see [llms.txt](https://keemtj.gitbook.io/my-studybook/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://keemtj.gitbook.io/my-studybook/test/undefined.md).

# 연습

<table data-view="cards"><thead><tr><th></th><th></th><th></th></tr></thead><tbody><tr><td></td><td></td><td></td></tr><tr><td></td><td></td><td></td></tr><tr><td></td><td></td><td></td></tr><tr><td></td><td></td><td></td></tr><tr><td></td><td></td><td></td></tr><tr><td></td><td></td><td></td></tr></tbody></table>

```
// Some code
```

{% tabs %}
{% tab title="JavaScript" %}

```javascript
// Some code
const a = 1;
const b = 2;

function add(a, b) {
    return a + b;
}
```

{% endtab %}

{% tab title="TypeScript" %}

```typescript
// Some code
const a = 1;
const b = 2;
function add(a: number, b: number) {
    return a + b;
}
```

{% endtab %}
{% endtabs %}

{% embed url="<https://www.google.com>" %}
구글
{% endembed %}

{% embed url="<https://codepen.io/rishab0615/pen/oNPNzbM>" %}
todolist 예시 codepen
{% endembed %}

<details>

<summary>더보기</summary>

</details>

<img src="/files/EZNnJHToOMqxXeIODNet" alt="" class="gitbook-drawing">

{% content-ref url="/pages/Ju4cuyXvBhG2qmCmCJt5" %}
[깃북 에디터 사용 연습](/my-studybook/test/undefined.md)
{% endcontent-ref %}
