John Cho

Results 5 comments of John Cho

Korean translation volunteer is here.

@tunetheweb Sure :) I'll be starting to translate 2019 edition to Korean.

The time stamp is an excellent idea for tracking changes :)

How about using lang attribute for dynamic import? such as, ``` // Korean // create an ArrayBuffer with a size in bytes var buffer = new ArrayBuffer(16); console.log(ArrayBuffer.isView(new Int32Array())); //...