Ian Ma

CS Master Student@USC

JavaScript

» javascript

Articles by category: javascript


javascript others mongodb
2018
15 May 2018

understanding mocha test framework

mocha is a JavaScript test framework running on Node.js and in the browser. describe, it, before and done before vs...

01 Mar 2018

this keyword in JavaScript

Understanding this in different context In constructor ① The new object is used as the this binding for the function...