2016년 3월 18일 금요일

Javascript promises - html5rocks

I start study about javascript promises. (so late...)
(Promises.js had started 2012-12-06 ver 1.0.)

Start from html5rocks page
http://www.html5rocks.com/en/tutorials/es6/promises/

I think promises core value is "Control Async function system".
If use promises, we can control async callback function.

if all function success -> return true,
else return false.

ref,
Promises.js site
https://www.promisejs.org/

I need more study on promises after this posting.
I will use promises on my projects. :)


Korean version
Promises가 있다는걸 이제야 알았네요.
http://www.html5rocks.com/ko/tutorials/es6/promises/

이 글을 보고 다른것도 찾아보려고 검색해봤더니
좋은 글이 많더라구요

http://programmingsummaries.tistory.com/325
(위의 블로그에는 좋은글들이 많습니다!)

아직 많이 부족해서 아쉬운점이 큽니다만
공부할게 많다는점이 아직 즐겁습니다 ㅎㅎ

댓글 없음:

댓글 쓰기

JIRA Plugin - ScriptRunner 소개 #2

관련 글 소개 #1:  https://pineoc.blogspot.com/2019/03/scriptrunner-1.html ScriptRunner 소개 #2 지난 글에서는 Behaviours를 보았고 다음 내용인 콘솔, 리스너 등을 ...