JavaScript 6 for the C# Developer: Mini Series – Part 3: Object Oriented Programming
Today I am going to introduce you to OOP (Object Oriented Programming) in JavaScript 6. Now, OOP is not a new thing in JavaScript. Achieving OOP in JavaScript can currently be done using Prototype based programming; this doesn’t use classes and instead uses functions to define the classes. For example: JavaScript 6 brings us an […]
Read more "JavaScript 6 for the C# Developer: Mini Series – Part 3: Object Oriented Programming"