Archive: 2016

0

Refactor legacy code today with webpack!

  All codes are on github with different branches associated with process for demonstration Github code https://github.com/zirho/webpack-to-legacy Legacy code I recently started working at SteelHous

0

Private properties for ES6 JavaScript

In ES5 JavaScript, it is relatively easy to have private properties in prototype definition. It goes like this. 1234567891011121314151617181920212223242526272829303132333435363738394041// es5 constru