zhouzhongyuan / qa

Questions recods
MIT License
5 stars 1 forks source link

JavaScript Event Loop到底是什么? #8

Open zhouzhongyuan opened 7 years ago

zhouzhongyuan commented 7 years ago

JavaScript is a single-threaded non-block asynchronous concurrent language。(一门单线程,非阻塞,异步,并行的语言)

heap 堆 stack 堆栈 memory allocation 内存分配 execution context 执行环境(上下文)

zhouzhongyuan commented 7 years ago