Identify the Constructors for each of the following methods and classify each method as either a "Static" or an "Instance" method:
-
substring -
create -
fromCharCode -
slice -
toString
It might be that more than one constructor provides a method with a given name. Make sure you list them all in your answer. You can limit your search for methods to the String, Object, Array, and Number constructors.
Use the documentation at Mozilla Developer Network (MDN) and Google to determine which constructors provide each method.