array.indexOf("Hello");
array.lastIndexOf("Hello",start num)
array.inclues("Hello") //true or false
.sort() 오름차순
.reverse()
1번 sort() 내림차순 문제
https://hianna.tistory.com/409
2번 reverse() 문제 for 문으로 해결
https://codechacha.com/ko/javascript-reverse-string/
3번 sort() 오름차순 문제
5번 ASCII code로 변환
https://xively.tistory.com/68