DEV Community

Discussion on: Array Methods in JS - join()

Collapse
 
smlka profile image
Andrey Smolko

I would say that phrase - "join method in javascript" is not a correct one. Method is a function which is combined with an object. Join() is a method of Array.prototype object. So 'Array.prototype.join method in JS' is more correct.

Collapse
 
shubhamtiwari909 profile image
Shubham Tiwari

Sure I will change it to that