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.

Word Blanks Instructions Are Unclear

See original GitHub issue

Challenge Word Blanks has an issue. User Agent is: Mozilla/5.0 (X11; CrOS x86_64 8172.47.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36. Please describe how to reproduce this issue, and include links to screenshots if possible.

My code:


function wordBlanks(myNoun, myProNoun, myAdjective, myVerb, myAdverb) {
  var result = "";
  // Your code below this line
  result = myNoun + myProNoun + myAdjective + " little" + myVerb + " hit" + myAdverb + " slowly";

  // Your code above this line
  return result;
}

// Change the words here to test your function
wordBlanks("little", " tool", " very", " licked", " longingly");

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
GreyhoundItcommented, Jun 20, 2016

Id like a go at this please 😃

1reaction
ghostcommented, Jun 20, 2016

To the contributor that takes this up:

Please, check our Guidelines for Contributing and if you need any assistance reach out to the Contributors Chat room.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Word Blanks poor instructions, impossible to understand what i am ...
Tell us what's happening: worse written, and more confusing, your instructions could not possibly be, there are people here trying earnestly to learn...
Read more >
Word Blanks challenge is too hard or unclear #15617 - GitHub
According to Google Analytics, the Word Blanks challenge is way too hard, and is taking campers an average of 6 minutes and 31...
Read more >
How to properly underline blank space after text in Microsoft ...
I am trying to underline the space after a heading in Microsoft Word. I have managed to fake it by using some _...
Read more >
How to write non-words characters in a javascript snippet for a ...
I have to create a "Fill in the Blanks" style sentence. In a "Mad Libs" game, you are provided sentences with some missing...
Read more >
Word Blanks - Free Code Camp - YouTube
Finally, we're moving into some more complex JavaScript. In this tutorial we basically write a function that takes a few strings as ...
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