Skip to content

Some mistake is appeared in "join" section #251

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed

Some mistake is appeared in "join" section #251

wants to merge 1 commit into from

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