+ 2
JavaScript (\b)
Help me fix this: console.log('I\'m learning JavaScript\');
15 RĂ©ponses
+ 1
its: console.log("i am learning Javascript");
have a great time in this app
+ 1
It's a code coach but it's not running, I've to use the backslash to include the quotes in the output
+ 1
Let me try
+ 1
Yes thats what he want
0
Ahhh sorry i didn't knew
0
Okay thanks though
0
But i would recommend doing :
console.log("im learning Javascript");
0
Maybe this will help you
console.log("\"i'm learning JavaScript\"");
0
JavaBobbo But then it Outputs : "iam learning Javascript"
0
K ty for helping me too
0
To include quotes on the Iâm just use
console.log(âIâm learning JavaScriptâ);
0
Use double quotes
0
"I\'m learning JavaScript"
0
Thanks guys
0
What number is latent