@jimillett you need to use all the methods in the "helpful links"
_
Abhisek Pattnaik
@abhisekp
@daiky00
DJ
@qualitymanifest
@jimillett you can't reverse a string, you can reverse an array of characters, which is why you need .split. and it needs to be a string when you return it, so that's why you need .join
Francisco Pena
@daiky00
Jason
@jimillett
ah ok that makes sense derp.
thanks
CamperBot
@camperbot
if you want to thank someone, put an @ before their name!
Francisco Pena
@daiky00
@abhisekp
DJ
@qualitymanifest
@jimillett also there's no need for "array" (which should be initialized as "var array" if you did use it), you can do the whole thing to str... on one line, in fact.
@jimillett convert the string to array using string.split() then reverse it and convert it back a string
Abhisek Pattnaik
@abhisekp
@Jauble i thot you were doing the bfs
Jason
@jimillett
got it thanks all :)
CamperBot
@camperbot
if you want to thank someone, put an @ before their name!
Levyian
@levyian
also initialize variable names with var name
although you don't need any addition variables for this one
Francisco Pena
@daiky00
did anyone understand my code?
Abhisek Pattnaik
@abhisekp
@Jauble wrap the buttons and center them using margin: 0 auto
@daiky00 yeah! I understood it. :)
Jason
@Jauble
@abhisekp I started on the ziplines, then they moved the bf before the ziplines so I started on those, then they moved them back. I just decided to switch back and forth whatever I feel like working on
Francisco Pena
@daiky00
Edward Udelle
@EdwardUdelle
Thank you all! The div element needs the class= "gray-background" and the style element needs .gray-background{background-color:gray;} I found the instructions a little confusing.
CamperBot
@camperbot
if you want to thank someone, put an @ before their name!
Abhisek Pattnaik
@abhisekp
@Jauble just do what you were doing. Don't switch.
Francisco Pena
@daiky00
when i click it each image it show content below
the problem is you cant close it after you open it