Skip to content

Conversation

teddycao
Copy link
Contributor

console.log( myArray.join() );     // "hello,world,!" 
console.log( myArray.join("") );   // "helloworld!"

myArray.join() without any args will return "hello,world,!" 

console.log( myArray.join() );     // "hello,world,!" 
console.log( myArray.join("") );   // "helloworld!"

myArray.join() without any args will return "hello,world,!" 
@ajpiano ajpiano closed this in 3bc7e14 Feb 20, 2013
@ajpiano
Copy link
Member

ajpiano commented Feb 20, 2013

Thank you @carterteddy !

arthurvr pushed a commit to arthurvr/learn.jquery.com that referenced this pull request Jan 4, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants