Class objects vs function objects — a memory comparison - Part 1
Is there any memory difference between objects created with class vs objects created with function? Let's find out. Introduction In Javascript, a class is a special javascript function and can be defined either using the class keyword or class expres...

