In my typescript code I'm not getting any errors when I use the new keyword to create an Arrow function object. now i know according to the documentation, You can not use new keyword to create an Object from Arrow function. But why am I now gettting any errors?
I was expecting an Error according to the dicumentation. but this is working perfectly.