hbar1st
hbar1st
### Describe the Issue step 36 of the stats calculator project has instructions that introduce new coding concepts without any explanation. Specifically here: >create a Set with new Set() and...
### Describe the Issue Trying to work out a solution for step 25 of the spreadsheet project (js beta) that will be accepted by the test is made harder by...
### Describe the Issue Step 18 of the spreadsheet project (js beta) asks us to: >Set the aria-label attribute for the input element to the same value as the id...
missed opportunity to teach ascii table character-to-number conversions in spreadsheet proj step 11
### Describe the Issue in the spreadsheet project (js beta), step 11 suggests to campers that in order to create a range of characters, they need to convert their characters...
### Describe the Issue instead of saying: >The callback function then has a parameter for each capture group in the regular expression. it would be clearer to say: The callback...
### Describe the Issue In multiple steps of the spreadsheet project we are asked to create a regex to detect a number, followed by a math operator, followed by another...
### Describe the Issue step 89 of the spreadsheet project (js beta) expects campers to know that " return the result of checking whether spreadsheetFunctions has its own property of...
### Describe the Issue the check for step 15 of the shopping cart does not allow a space to be placed to the immediate right-hand-side of the word constructor (just...
### Describe the Issue The instructions for step 102 of the spreadsheet project (js beta) want us to "use the first two numbers from an array to generate a random...
### Describe the Issue The instructions for step 103 of the spreadsheet project request that a range be created from an array. The say: `Add a range property which generates...