aer319
July 20, 2018, 1:38pm
1
Tell us what’s happening:
what am I doing wrong why will it not let me move on?
Your code so far
// Example
var ourStr = "I come first. " + "I come second.";
// Only change code below this line
var myStr = "This is the start." + "This is the end.";
Your browser information:
User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/11.1.2 Safari/605.1.15
.
Link to the challenge:
Learn to code. Build projects. Earn certifications.Since 2015, 40,000 graduates have gotten jobs at tech companies including Google, Apple, Amazon, and Microsoft.
You are missing a space after dot.
1 Like
Just try and code. You’ll figure it out yourself then. This way you will learn and understand and not just blindly follow some guidelines.
1 Like
JOEMN3
March 26, 2020, 3:38pm
6
Help !
ERROR —>
// running tests You should use the
+
operator to build
myStr
. // tests completed
Sky020
March 26, 2020, 3:54pm
7
Please note, this is a known bug:
Hello there.
This is a known issue, and we will be sure to get it sorted. Whilst we do this, feel free to continue with the curriculum.
For future cases, please open your own topic using the Get Help button.
Thanks.
JOEMN3
March 27, 2020, 7:05am
8
Thank u for Your Quick replay.