I have seen objects being created this way:
const obj = new Foo;
But I thought that the parentheses are not optional when creating an objec
There's no difference between the two.