Remove and display the last value of the array by creating a variable and setting its value to themes.pop().
themes.pop()
Make sure to pick var followed by current and then =, themes.pop(), ;.
var
current
=
;