question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

remove <code> tags

See original GitHub issue

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 <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:closed
  • Created 7 years ago
  • Reactions:1
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

3reactions
yzhbankovcommented, Feb 6, 2017

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 me

0reactions
raisedadeadcommented, Feb 7, 2017

Hi thanks for your interest but we already have open pull request for this, please check the tracked for issues tagged help wanted.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found