is there something wrong with this??
var a = 5;
var b = 10;
var c = "I am a String ";
is there something wrong with this??
var a = 5;
var b = 10;
var c = "I am a String ";
Hello! Welcome to the community!
There’s nothing wrong with your code, but since the tests are (sometimes) picky, it may be wrong in that context.
Can you provide a link to the test, please ?
Be aware of the space at the end of the string I am a String and the case ("I am a string"
is not the same as "i AM a string"
)
Hello sorry i was just about to post but i already solved it
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.