Word Blanks Instructions Are Unclear
See original GitHub issueChallenge 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:
- Created 7 years ago
- Comments:6 (3 by maintainers)
Top 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 >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
Id like a go at this please 😃
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.