JS

Objects in JavaScript - Creating objects methods

17.

Which of the following methods can be used to create objects with specified prototypes in JavaScript?

Object.create()

Object.assign()

Literal notation

Constructor function