# 20210105(화)

## 2021-01-05

### 1. 학습 날짜

* 2020-01-05

### 2. 학습 시간

* 10:00 \~ 14:00, 17:00 \~ 23:00

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

* ajax
* 자바스크립트

### 4. 학습 목표

* 자바스크립트 학습

### 5. 과제 제출

* x

### 6. 상세 학습 내용

1. 자바스크립트
   * [TCP스쿨](http://www.tcpschool.com/javascript/js_function_functionScope)을 보면서 학습했다.
   * 다만 이 사이트는 너무 대략적으로만 나와있다...
2. ajax
   * 웹페이지에서 비동기 통신을 가능하게 해주는 기술이다.
   * 간단한 예를 들면 웹페이지에서 어떤 버튼을 눌렀을 때 새로운 무엇인가 생겼을때, 이 생긴걸 보기 위해서 웹은 새로고침을 한다.
     * 이렇게 새로고침을 하는 순간 바뀌지 않는 페이지 마저 모두 새로 다운로드를 해버리기 때문에 서버가 하는 일이 굉장히 많아짐.
     * ajax라는건 페이지 전체를 리로딩하는게 아닌 일부분만 수정해서 보여주는 것

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

* 흠... 너무 얕게만 보고 가는거같아서 불안하다

### 8. 다음 학습 계획

* TCP스쿨 자바스크립트 전부 보기


---

# Agent Instructions: 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:

```
GET https://simian114.gitbook.io/blog/undefined-1/diary/2021/january/20210105.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
