Which of these is a proper JavaScript comment? (1 point) Responses # this function will return the user’s high score # this function will return the user’s high score // this function will return the user’s high score // this function will return the user’s high score ! this function will return the user’s high score ! this function will return the user’s high score != this function will return the user’s high score

// this function will return the user’s high score