본문 바로가기

150일 안에 개발자 되기

020810 TILAD #D57

Today I Learned & Did

- Asynchronous Javscript

: Can create with using Callback, Promise, Async&Await.

About Promise (https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise) &

=> is important to know to be able to use methods called then & try, catch, finally.

Promise.all (https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise/all)

Async&Await (https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/async_function)

Node.js module (https://nodejs.org/dist/latest-v12.x/docs/api/)

fs.readfile (https://nodejs.org/dist/latest-v14.x/docs/api/fs.html#fs_fs_readfile_path_options_callback)

- 페어와 풀었던 문제 새로 다시 풀어보기

 

하루 체크리스트

- 수면시간 지키기 : O

- 알고리즘 문제 풀이 : O

- 운동하기 : X

- 배운 내용 복습&정리 : O

- 새로운 내용 공부 (코스 외 공부) : O

'150일 안에 개발자 되기' 카테고리의 다른 글

200813 TILAD #D60  (0) 2020.08.13
200811 TILAD #D58  (0) 2020.08.11
200806 TILAD #D53  (0) 2020.08.06
200805 TILAD #D52  (0) 2020.08.06
200804 TILAD #D51  (0) 2020.08.05