Java script 썸네일형 리스트형 구글 맵을 이용해서 현재 위치 표시하기 구글 맵을 이용해서 현재 위치 표시하기소스 출처: ...기억이 안남......퍼온 소스임!!! 더보기 자바스크립트 1. Confirm and prompt We can make pop-up boxes appear! confirm("I am ok"); prompt("Are you ok?");2. Data types a. numbers (e.g. 4.3, 134) b. strings (e.g. "dogs go woof!", "JavaScript expert") c. booleans (e.g. false, 5 > 4)3. Conditionals If the first condition is met, execute the first code block. If it is not met, execute the code in the else block. See the code on the right for another examp.. 더보기 이전 1 다음