.join()

Term side of the Card
Topic: Array
Unit title: .join()
Categories: Method
Explanation side of the Card

Explanation: The method that joins all elements of an array into a single string, with each element separated by a specified delimiter. It's often used to create readable strings from arrays.

Browser compatibility:
  • The chrome browser supports this feature starting from version 1
  • The edge browser supports this feature starting from version 12
  • The firefox browser supports this feature starting from version 1
  • The safari browser supports this feature starting from version 1
Availability: