Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/yamoo9/ecmascript-core

ECMAScript 학습 저장소
https://github.com/yamoo9/ecmascript-core

ecmascript javascript

Last synced: about 2 months ago
JSON representation

ECMAScript 학습 저장소

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)