Prototype in javascript
Introduction
In JavaScript, everything is an object, and objects have properties and methods. But where do these properties and methods come from? That’s where prototypes come in. Prototypes are a fundamental concept in JavaScript that allows objects...
coder-nandan.hashnode.dev6 min read
tomcom tang
software engineer
If possible, I hope you can write more articles about HTTP/2.