Ian Ma

CS Master Student@USC

Blog

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 May 2018

return model data ignored field

Return model data filtered I want to add some data into a mongoose model before we return it to front-end,...

26 Apr 2018

Store Raw Data or Reference?

Should store raw data or reference ? A tradeoff explore of should storing all data or simplify it? Background Recently,...

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...