I notice that types in visual studio code such as string
and String
as well as number
and Number
exist in capitalized and lowercase form. I also noticed that when calling native javascript methods and properties the difference matters.
What is the point of this and which should I be using by default?