I have an object like this:
function Person() {}
What would you call it differently than an object? Obviously this is not a class, but what is it? I am looking for a term that is not an object, because I want to specifically emphasize the fact that you can create a new instance of it.
javascript oop terminology
Tower
source share