objectsJavaScriptObjectsEasyWhich is NOT a standard way to create an object in JavaScript?1Array.of()2Object literal {}3Object.create()4A constructor function with newBack to list