Update challenge3.md

This commit is contained in:
2023-08-30 12:00:08 +02:00
parent a3264c6e6b
commit 577605862d

View File

@@ -1,4 +1,4 @@
{ ```{
init: function(elevators, floors) { init: function(elevators, floors) {
var elevator = elevators[0]; var elevator = elevators[0];
elevator.on("idle", function() { elevator.on("idle", function() {
@@ -12,4 +12,4 @@
}, },
update: function(dt, elevators, floors) { update: function(dt, elevators, floors) {
} }
} }```