GDQuest / learn-gdscript

Learn Godot's GDScript programming language from zero, right in your browser, for free.
https://gdquest.github.io/learn-gdscript/
Other
2.04k stars 149 forks source link

/lesson-23-append-to-arrays/practice-B7tKRHJM.tres array pop behavior #957

Open IDBBrandy opened 3 months ago

IDBBrandy commented 3 months ago

During this practice, whether you're using pop.front or pop.back produces the same result in order of clearance for the array.

Steps to reproduce the bug: Use the solution provided code with pop.back Use the solution provided code replacing pop.back with pop.front

pop.front and pop.back should clear the array in opposite order.