I was going through some Kotlin basics and found two syntaxes.
ArrayList()
And
arrayListOf() >
arrayListOf is a function, that has optional variable length arguments
arrayListOf
In case of using it without arguments, there is no difference