> For the complete documentation index, see [llms.txt](https://simian114.gitbook.io/blog/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://simian114.gitbook.io/blog/undefined-1/diary/2021/march/20210319.md).

# 20210319(금)

## 2021-03-19

### 1. 학습 날짜

* 2021-03-19

### 2. 학습 시간

* 09:00 \~ 22:30

### 3. 학습 범위 및 주제

* 자바스크립트 기본 문법

### 4. 학습 목표

* 자바스크립트으 ㅣ기본 문법을 빠르게 학습한다.

### 5. 학습 정리

* [CSS units](https://simian114.gitbook.io/blog/undefined/html-css/css-unit-7)
* [자바스크립트 기본 문법](https://simian114.gitbook.io/blog/undefined/javascript/undefined-1/undefined)

### 6. 상세 학습 내용

* CSS 의 기본 units 들을 학습하고 정리했다.
* em과 rem 의 차이점과 그 둘을 사용하는 방법이 가장 핵심이었던 거 같다.
* 그리고 영상으로 볼 때 em에 대한 설명을 뭔가 이리저리 흔들리는거 같아서 인터넷을 찾아보니 유튜브의 영상 내용이 조금 틀린 부분이 있었다. em 은 부모요소의 font-size 를 가져오는게 아니라 현재 요소의 font-size 를 이용해서 자신의 상대적인 크기를 가진다. 여기서 부모 또는 상위 요소에 상대적이라고 오해했던 이유는 결국 현재 요소 자체에 font-size 가 없다면 어차피 부모 요소에게 상속 받고, 그 상속 받은 크기에 상대적인 값을 갖기 때문
* 자바스크립트를 이전에도 학습했긴 하지만, 이번에는 기본을 빠르게 훑어봤다. 오늘의 시간이 헛되이 되지 않게 머리에 꼭 숙지하고 다음 과제를 진행해야겠다.

### 7. 오늘 학습 내용에 대한 개인적인 총평

* 오후에는 너무 졸린 탓에 집중하지 못했다. 앞으로 6개월은 빡공하자.!!

### 8. 다음 학습 계획

* html, css, 자바스크립트


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://simian114.gitbook.io/blog/undefined-1/diary/2021/march/20210319.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
