fix: update "Note" formatting in "Remove Elements from a Linked List" challenge (#36173)
* fix: update note format * fix: moved note to same line
This commit is contained in:
committed by
Tom
parent
e2e3c09686
commit
2da9d631ef
@ -15,8 +15,7 @@ If the element we wish to remove is the <code>head</code> element, we reassign t
|
|||||||
## Instructions
|
## Instructions
|
||||||
<section id='instructions'>
|
<section id='instructions'>
|
||||||
Write a <code>remove</code> method that takes an element and removes it from the linked list.
|
Write a <code>remove</code> method that takes an element and removes it from the linked list.
|
||||||
Note
|
<strong>Note:</strong> The <code>length</code> of the list should decrease by one every time an element is removed from the linked list.
|
||||||
The <code>length</code> of the list should decrease by one every time an element is removed from the linked list.
|
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
## Tests
|
## Tests
|
||||||
|
Reference in New Issue
Block a user