New Advanced JS Treasure: Prototypal inheritance, WebSockets, WebRTC

Single Responsibility Principle

Advanced JS techniques and concepts like Prototypal inheritence, websockets and WebRTC can be used to create more complex and powerful web applications. Prototypal inheritance is a way of creating objects in JavaScript that is based on prototyping, rather than classes. WebSockets are a web technology that provides full-duplex communication channels over a single TCP connection. … Read more