fix(learn): Consolidated comments for Coding Interview Prep challenges - part 2 of 2 (#39576)
* fix: consolidate comments for use with the translation dictionary * fix: added blank line between comments Co-authored-by: Tom <20648924+moT01@users.noreply.github.com> * fix: removed unneeded comment Co-authored-by: Tom <20648924+moT01@users.noreply.github.com>
This commit is contained in:
@@ -50,7 +50,6 @@ tests:
|
||||
<div id='js-seed'>
|
||||
|
||||
```js
|
||||
// noprotect
|
||||
function hailstoneSequence() {
|
||||
const res = [];
|
||||
|
||||
@@ -78,7 +77,6 @@ const res = [[27, 82, 41, 124, 8, 4, 2, 1], [351, 77031]];
|
||||
|
||||
|
||||
```js
|
||||
// noprotect
|
||||
function hailstoneSequence () {
|
||||
const res = [];
|
||||
|
||||
|
Reference in New Issue
Block a user