An open API service indexing awesome lists of open source software.

https://github.com/devleejb/javascript-study

JavaScript Study
https://github.com/devleejb/javascript-study

javascript

Last synced: 10 months ago
JSON representation

JavaScript Study

Awesome Lists containing this project

README

          

# About Repository

본 저장소는 javascript를 공부하며 정리한 내용을 담고 있습니다.


## 소스코드

- [const와 let](const,let.js)
- [Template Literals](template_literals.js)
- [Object Literals](object_literals.js)
- [Arrow Function](arrow_function.js)
- [Destructuring Assignment](destructuring_assignment.js)

## 기타 공부 자료

- [Notion 정리](https://devleejb.notion.site/Javascript-d8e484f5ded042819af1ce1be49e1557?pvs=4)

## 참고 사이트

- [Javascript Reference](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference)