hbar1st
hbar1st
### Describe the Issue The following sentence in the Word Blanks lesson should have a code block (three backticks) surrounding the code section which is directly referring to the completed...
### Describe the Issue in step 20 of the JS building a pyramid generator project, the step refers to the " rows[2] assignment" but should instead refer to the "rows[rows.length...
### Describe the Issue For absolute coding newbies, a 'pyramid generator' will not conjure up anything meaningful and may leave users in the dark about where this project is headed...
### Describe the Issue I noticed that the beta JS course attempts to teach for loop syntax before introducing conditional statements. Wouldn’t it make it easier to understand loops by...
### Describe the Issue When invalid code is submitted to step 4 of the gradebook app review project, a message is shown which has a typo. "Your studentMsg function should...
### Describe the Issue The js beta review project’s step 2 of build a grade book app claims: “Remember that you learned about conditional statements(if, else if, and else).” But...
### Describe the Issue In the JS Beta project to build a pyramid gen., steps 82 and 83 both show an if statement block in the code editor that is...
### Describe the Issue on starting step 51 of the JS Beta project to build a pyramid generator, I noticed that we're being asked to add a variable declaration and...
### Describe the Issue step 23 of the js beta course gives instructions as follows: ``` Use margins to center it by setting the top margin to 30px, bottom margin...
### Describe the Issue I noticed that step 150 of the RPG js beta curriculum asks us to create an if statement at a specific line in the editor (which...