반응형
Chorme : YES
IE : 9.0
FF : 1.5
Safari : YES
Opera : YES
var alphabetList = ["a", "b", "c"];
alphabetList.forEach(function(alphabet, index) {
alert("인덱스 : " + index);
alert("자기자신 : " + alphabet);
});
반응형
'스크립트' 카테고리의 다른 글
html input number 나 tel type을 password 타입처럼 보이게 하기. (0) | 2019.10.22 |
---|---|
javascript password 정규식 (0) | 2019.10.22 |
쉘스크립트 현재시간 (0) | 2019.10.17 |
javascript startsWith (0) | 2019.09.20 |
javascript 특수문자 정규식 체크. (0) | 2019.09.15 |
javascript - countdown , timer, 남은시간 (0) | 2019.08.08 |
javascript - 만 14세 미만 체크 함수. (0) | 2019.07.14 |
javascript object length 구하기. (0) | 2019.06.30 |