The new Keyword in JavaScript
When I first started programming, I learned C++, and in C++ the new keyword is used for dynamic memory allocation, meaning you explicitly ask the system for memory on the heap and you manage it yourse
tushar-raj.hashnode.dev5 min read