I tried to search for an answer but without even knowing what this is called, not really sure what to search for. I am curious as to the full purpose of using a function like this. I know the fat arrow part of it is an anonymous function.
((() => {
// code
}))();