Skip to content

Commit

Permalink
[fix]09.28수정
Browse files Browse the repository at this point in the history
  • Loading branch information
2Juzzang committed Sep 30, 2021
1 parent cb76772 commit e741f66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 기록/09.28.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ sayHello();
선언은 위에서 되는 반면 할당은 위에서 되지 않는다!


반면 **함수 표현식**은 코드에 도달하면 동작한다. 때문에 순차적으로 작성해야한다.
반면 **함수 표현식**은 코드에 도달하면 동작한다.

---

Expand Down Expand Up @@ -360,6 +360,7 @@ age = 30; (O)
const gender;
gender = 'male' (X) > 에러
```
---

## 생성자 함수

Expand Down
Empty file added 기록/09.30.md
Empty file.

0 comments on commit e741f66

Please sign in to comment.