'c \xce\xb8 \xce\xb4 \xce\xb5 \xcf\x89 \xce\xb1 \xcf\x80 s' should equal 'c\xce\xb8\xce\xb4\xce\xb5\xcf\x89\xce\xb1\xcf\x80s'
what the hell kind of error is that? LOL
I tried my solution on idle and works as expected but when I paste it in here it doesn't?
Fixed ^_^ But that was understandable to all! Anyways, Thanks :-)
Typo in the description, it's not "an" string but a string.
Huhu indeed... thank you :)
'use_strict' is useless. You must use 'use strict' for it to work.
'use_strict'
'use strict'
For a solving-easiest-javascript-katas-in-a-frenzy spree, I didn't do too bad. :)
LOL, single solution with "use strict" enabled xD
Try adding logs...
Loading collection data...
'c \xce\xb8 \xce\xb4 \xce\xb5 \xcf\x89 \xce\xb1 \xcf\x80 s' should equal 'c\xce\xb8\xce\xb4\xce\xb5\xcf\x89\xce\xb1\xcf\x80s'
what the hell kind of error is that? LOL
I tried my solution on idle and works as expected but when I paste it in here it doesn't?
Fixed ^_^ But that was understandable to all! Anyways, Thanks :-)
Typo in the description, it's not "an" string but a string.
Huhu indeed... thank you :)
'use_strict'
is useless. You must use'use strict'
for it to work.For a solving-easiest-javascript-katas-in-a-frenzy spree, I didn't do too bad. :)
LOL, single solution with "use strict" enabled xD
Try adding logs...