摘要:
Jest - Javascript testing 2018-12-03 THUDM team Eunbi Choi Getting Started a. install jest npm install --save-dev jest b. edit package.json c. write a 阅读全文
摘要:
Javascript Promises 2018-11-05 THUDM team Eunbi Choi Syntax executor: A function that is passed with the arguments resolve and reject. The executor fu 阅读全文