magwo / elevatorsaga

The elevator programming game!

Home Page:http://play.elevatorsaga.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how are we supposed to know how many elevators we have access to?

omgirok opened this issue · comments

var elevator2 = elevators[1];
elevator2.goToFloor(____);

breaks the code

elevators.length

how to write it Source pls Thx