Challenge enhanced-object-literals--functions has an issue.
User Agent is: Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36.
Please describe how to reproduce this issue, and include links to screenshots if possible.
There are some \
/* Alter code above this line */
<code>const zod = Person("Zodiac Hasbro", 56, 'male');</code>
<code>const yan = Person("Yanoshi Mimoto", 55, 'male');</code>
<code>zod.sendFriendRequest(yan);</code>
this is a bug
the code tag should be removed
Hi, guys
In which branch development of 'beta' taking place ?
What you think about removing <code> tags from https://github.com/yzhbankov/freeCodeCamp/blob/staging/seed/challenges/02-javascript-algorithms-and-data-structures/es6.json ?
lines 686-688
"\const zod = Person(\"Zodiac Hasbro\", 56, 'male');\",
"\const yan = Person(\"Yanoshi Mimoto\", 55, 'male');\",
"\'zod.sendFriendRequest(yan);'\"
I think so because I didn't found usage of 'code' tag in 'challengeSeed' for other challenges, it looks like mistype for me
@nesterone thanks a lot for your interest, please have a look at our Guidelines for Contributing.
@raisedadead
Thanks, gonna read it
@raisedadead can I remove this tag from code? If no one are working in this issue.
Hi thanks for your interest but we already have open pull request for this, please check the tracked for issues tagged help wanted.
Most helpful comment
What you think about removing
<code>tags from https://github.com/yzhbankov/freeCodeCamp/blob/staging/seed/challenges/02-javascript-algorithms-and-data-structures/es6.json ?lines 686-688
"\
const zod = Person(\"Zodiac Hasbro\", 56, 'male');\","\
const yan = Person(\"Yanoshi Mimoto\", 55, 'male');\","\
'zod.sendFriendRequest(yan);'\"I think so because I didn't found usage of 'code' tag in 'challengeSeed' for other challenges, it looks like mistype for me