Regular activity

At NAU, all members need to understand clearly the fundamentals of key technologies. Besides regular training, team members are asked to do research and make presentations for the researching technique. By doing so, it helps our technical guys understand it more clearly and deeply. Last month, Thinh Le had a presentation about OOP in JavaScript.

Talk about OOP

We discussed about Object in javascript. In JS, except primitive values, other values can considered as Object. How well we understand object’s characteristic will help us manipulate the objects better. Especially, we explored the manner we can apply OOP in JS using Object.prototype. Therefore we can improve our codes to be more readable and more maintainable.
You can read more about this at http://naustudio.github.io/Presentation--OOPJS-2014

More research and more talks regarding advanced JS techniques will come in the future….


Leave a Reply