News

In this post, I look at JavaScript “objects” from a Java developer perspective and offer some tips and tactics Java developers can use to better bridge the concepts of object-oriented Java and ...
Object-oriented JavaScript. One of the lesser-known facts about JavaScript is that it is an object-oriented language. However, it is a prototype-based object-oriented language that doesn’t have ...