Skip to content
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

报错有问题 #12

Closed
hehe321 opened this issue Oct 12, 2016 · 6 comments
Closed

报错有问题 #12

hehe321 opened this issue Oct 12, 2016 · 6 comments

Comments

@hehe321
Copy link

hehe321 commented Oct 12, 2016

Challenge Concatenating Strings with Plus Operator has an issue.
User Agent is: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36.
Please describe how to reproduce this issue, and include links to screenshots if possible.

My code:

// 举例
var ourStr = "I come first. " + "I come second.";

// Only change code below this line

var myStr; 
myStr="This is the start."+"This is the end.";

@liaobinbin
Copy link

liaobinbin commented Oct 12, 2016

如果我没有记错的话,这个题应该在字符串判定会判断空格的。你的两个连接字符串中应有一个空格。

// 举例
var ourStr = "I come first. " + "I come second.";

// Only change code below this line

var myStr; 
myStr="This is the start. "+"This is the end.";

@towardDMC
Copy link

这个空格卡了好久,我真的是

@ShirleyTemple
Copy link

原来是start后面有个空格

@ghost
Copy link

ghost commented Apr 21, 2017

空额真蛋疼!!!!

@H29
Copy link

H29 commented May 17, 2017

原来如此

@wang37jing
Copy link

确实如此

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants