Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yamoo9/ecmascript-core
ECMAScript 학습 저장소
https://github.com/yamoo9/ecmascript-core
ecmascript javascript
Last synced: about 2 months ago
JSON representation
ECMAScript 학습 저장소
- Host: GitHub
- URL: https://github.com/yamoo9/ecmascript-core
- Owner: yamoo9
- Created: 2022-07-21T05:05:37.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-19T07:02:48.000Z (almost 2 years ago)
- Last Synced: 2024-07-30T18:13:58.138Z (6 months ago)
- Topics: ecmascript, javascript
- Language: JavaScript
- Homepage:
- Size: 520 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 러닝 ECMAScript
ECMAScript(JavaScript)에 대해 학습합니다.
1. code structure
1. variables
1. global this
1. strict mode
1. data types
1. type conversion
1. operations
1. comparison operator
1. if else
1. logical operators
1. switch
1. nullish
1. while
1. do while
1. for
1. for in
1. for of
1. function declare
1. function expression
1. function arrow
1. function recursion
1. object
1. copy vs reference
1. garbage collection
1. object methods and this
1. optional chaining
1. symbol
1. number type
1. primitives methods
1. string type
1. array type
1. array methods
1. iterable object
1. try catch
1. eval## 레퍼런스
- [모던 JavaScript 튜토리얼](https://ko.javascript.info/)
- [JavaScript, MDN](https://developer.mozilla.org/ko/docs/Web/JavaScript)