mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-03-31 18:01:36 -04:00
fix(curriculum): Step 103 Pyramid Generator Text (#55162)
Co-authored-by: Sem Bauke <semboot699@gmail.com> Co-authored-by: Kolade Chris <65571316+Ksound22@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
589a134f56
commit
b8810f339e
@@ -18,7 +18,7 @@ numbers.shift();
|
||||
|
||||
The `numbers` array would be `[2, 3]`.
|
||||
|
||||
Declare a `shifted` variable, assign it the result of calling `.shift()` on your `numbers` array, and print the variable.
|
||||
Directly below your `numbers` array, declare a `shifted` variable and assign it the result of calling `.shift()` on the `numbers` array. On the next line, log the `shifted` variable to the console.
|
||||
|
||||
# --hints--
|
||||
|
||||
|
||||
Reference in New Issue
Block a user