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.

Update instructions for Stand in Line Challenge

See original GitHub issue

Challenge Stand in Line has an issue. User Agent is: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.99 UBrowser/5.6.12860.7 Safari/537.36. Please describe how to reproduce this issue, and include links to screenshots if possible.

My code:


function nextInLine(arr, item) {
  // Your code here
  
  return item;  // Change this line
}

// Test Setup
var testArr = [1,2,3,4,5];

// Display Code
console.log("Before: " + JSON.stringify(testArr));
console.log(nextInLine(testArr, 6)); // Modify this line to test
console.log("After: " + JSON.stringify(testArr));

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
DarrenfJcommented, Dec 16, 2016

Easy enough I think I can take a crack at it

0reactions
BerkeleyTruecommented, Dec 30, 2016

MDN links are no longer available in favor of hints. They need to be converted over to hints.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Stand in Line - EQuimper/CodeChallenge - GitHub
Instructions · Write a function nextInLine which takes an array ( arr ) and a number ( item ) as arguments . ·...
Read more >
freeCodeCamp Challenge Guide: Stand in Line
Stand in Line. Hints. Hint 1. The push() method adds an item to the end of an array. Hint 2. The shift() method...
Read more >
Appeals and Voluntary Appeal File - FBI
Firearm-Related Challenge (Appeal) and Voluntary Appeal File (VAF) ... of found not guilty by reason of insanity or found incompetent to stand trial....
Read more >
Electronic Questionnaires for Investigations Processing (e-QIP)
Individuals cannot pre-apply for a security clearance, nor update their ... not able to view e-QIP or help with access to e-QIP for...
Read more >
FLL Challenge: Share and Learn | Facebook
Visible. Anyone can find this group. 󰛐. View group info. 󰛏. Group activity. Last updated at Dec 23, 2022. Group rules from the...
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