Skip to content

issues Search Results · repo:JS-Challenges/recursion-prompts language:JavaScript

Filter by

20 results
 (55 ms)

20 results

inJS-Challenges/recursion-prompts (press backspace or delete to remove)

(I forgot to report this when going through through the problems and it just occurred to me.) The test spec doesn t account for the quirk behind floating point division for the compute exponent problem. ...
  • aileks
  • 4
  • Opened 
    on Apr 21, 2024
  • #96

I believe the test spec for the range problem is flawed. It expects you to include the last number but not the first number within a range. However, ranges don t typically operate like that and the edge ...
  • aileks
  • 3
  • Opened 
    on Apr 19, 2024
  • #95

Tests should be run against an array which also has multiple consecutive digits other than zero in a row. With the following code, the current automated mocha tests will pass: var minimizeZeroes = function(array) ...
  • seanmcnamara33
  • 2
  • Opened 
    on Jan 26, 2022
  • #90

Test will fail for should not use modulo when the word modulo is included in comments.
  • erictessin
  • 5
  • Opened 
    on Feb 11, 2021
  • #83

Line 890 of part1.js Problem 15 compare strings It uses strings of unequal length house and houses to check that recursive calls equal at least 1. This is a problem because the first thing many people ...
  • TwoFistedJustice
  • 3
  • Opened 
    on Jun 4, 2018
  • #60

part1.js line 279 it says should return the sum of an array of negative integers This function tests integers, not arrays. The tests in question pass negative integers as arguments. The wording from ...
  • TwoFistedJustice
  • 12
  • Opened 
    on May 31, 2018
  • #59

Hello, I m working on the recursion prompts and noticed that the test being done on alternateSign are not working according to specifications. // their original sign. The first number in the index always ...
  • romcar
  • 9
  • Opened 
    on Apr 12, 2018
  • #57

First off, I wanted to say thanks for setting this up, it s been a huge help in practicing recursion! I just wanted to point out a slight issue with one of the tests (lines 435-440) in Part I. A negative ...
  • asalem1
  • 6
  • Opened 
    on Jun 5, 2017
  • #55

Add a prompt and tests for cloning objects recursively.
  • mybrainishuge
  • 1
  • Opened 
    on Dec 1, 2016
  • #50
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub