remove <code> tags
See original GitHub issueChallenge 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 <code> tags in the tests at the bottom. Prevents one to pass the test. Works fine if removed.
/* 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>
Issue Analytics
- State:
- Created 7 years ago
- Reactions:1
- Comments:7 (3 by maintainers)
Top Results From Across the Web
HTML Stripper to remove / scrub / strip HTML tags helps ...
This tool helps you to strip HTML tags, remove htm or html code and convert to TEXT String/Data. This tool allows loading the...
Read more >Remove HTML Tags from Text String
Remove html tags with this free online tool. Extract all the text content instantly. Instantly strip html tags from text with this html...
Read more >Online HTML Stripper. Remove HTML and formatting from text
Free online tool to strip HTML from any text. Remove all HTML and formatting from your text. StripHTML.com gives quick and easy way...
Read more >Strip HTML - Remove HTML Tags - Online - Browserling
Useful, free online tool that strips HTML tags. No ads, nonsense, or garbage, just an HTML stripper. Press a button – get the...
Read more >Program to remove HTML tags from a given String
HTML string after removing tags. RemoveHTMLTags(str);. return 0;. } // This code is contributed by yuvraj_chandra ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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 “<code>const zod = Person("Zodiac Hasbro", 56, ‘male’);</code>”, “<code>const yan = Person("Yanoshi Mimoto", 55, ‘male’);</code>”, “<code>‘zod.sendFriendRequest(yan);’</code>” I think so because I didn’t found usage of ‘code’ tag in ‘challengeSeed’ for other challenges, it looks like mistype for meHi thanks for your interest but we already have open pull request for this, please check the tracked for issues tagged help wanted.