1The Array. of() method creates a new Array instance from a variable number of
2arguments, regardless of number or type of the arguments. The difference between
3Array. of() and the Array constructor is in the handling of integer arguments: Array.
1array.includes(élémentRecherché)
2array.includes(élémentRecherché, indiceDépart)
3