Javascript – JS Classes with same arguments
I have a JS Class and would like to be able to "reuse" it without running the constructor multiple times when I create the same classe with identical parameters. The use case is for example a connection creation to a…