mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-02-25 14:01:29 -05:00
fix(curriculum): incorrect variable name in lesson (#52836)
This commit is contained in:
@@ -7,7 +7,7 @@ dashedName: step-5
|
||||
|
||||
# --description--
|
||||
|
||||
Use the slice syntax to extract the right half of `array` and assign it to a variable named `right_array`.
|
||||
Use the slice syntax to extract the right half of `array` and assign it to a variable named `right_part`.
|
||||
|
||||
# --hints--
|
||||
|
||||
|
||||
Reference in New Issue
Block a user