constructorsJavaScriptConstructorsEasyWhat is the convention when naming a constructor function?1Capitalize the first letter (e.g. Person)2Prefix it with an underscore3Use all lowercase4End it with ()Back to list