mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-13 21:02:08 +08:00
Fixed pop method description (#21254)
This commit is contained in:
parent
9f53e77f25
commit
cc84d010fd
@ -73,7 +73,7 @@ array[5]
|
||||
```
|
||||
|
||||
#### .pop
|
||||
The .pop method will permantently remove the last element of an array:
|
||||
The .pop method will permantently remove the last element of an array and return this element:
|
||||
|
||||
``` ruby
|
||||
array.pop
|
||||
|
||||
Loading…
Reference in New Issue
Block a user