some one help with this im dumb as so now we need to call our new function, just like we have done with the initiate() function. call the function you just wrote, in the same way you called initiate(), then press `run code`.
some one help with this im dumb as so now we need to call our new function, just like we have done with the initiate() function. call the function you just wrote, in the same way you called initiate(), then press `run code`.
var rooms = [bridge,lab,canteen,cabin,storage] initiate(); function lifeSupportCheck() { for (i=0;i<rooms.length;i++) { lifeSupportOn(rooms); } } lifeSupportCheck();