Presentation is loading. Please wait.

Presentation is loading. Please wait.

인터넷응용프로그래밍 JavaScript(Intro).

Similar presentations


Presentation on theme: "인터넷응용프로그래밍 JavaScript(Intro)."— Presentation transcript:

1 인터넷응용프로그래밍 JavaScript(Intro)

2 JS의 역사

3 JS

4 Ex1) Displaying a Line of Text

5 Ex2) alert & prompt

6 Ex3) Adding Integers

7 Ex4) Equality and Relational Operators
시간의 객체 생성 및 시간 함수를 통해 현재 시간을 받아옴

8 Ex5) Counter-Controlled Repetition
입력 창 기본 문자

9 Ex6) Sentinel-Controlled Repetition
sentinel limit -1 입력을 받을 때까지 입력 반복 및 카운트

10 Ex7) Nested Control Statements

11 Ex8) Assignment Operators

12 Ex9) Essentials of Counter-Controlled Repetition

13 Ex10) Using the for Statement
스타일 10개 행 생성 제곱 함수

14 Ex11) switch Multiple-Statement
기본 형태

15 Ex12) break & continue

16 Ex13) Function Definitions
제곱 함수

17 Ex14) Defined Function maximum
float 형으로 변환 max 함수를 이용한 최대 값 구하기

18 Ex15) Random Number Generation
1 ~ 6 사이의 값을 랜덤하게 발생

19 Ex16) Displaying Random Images
초기 이미지 1 ~ 6 사이의 값을 랜덤하게 발생 rollDice, setImage : 실행 시에 이미지를 변환하는 기능 addEventListener 또다른 event useCapture : 다양한 브라우저에서 동일한 인터페이스 유지 하기 위해

20 Ex17) Scope Rules 전역변수 x 지역변수 x 지역변수 x

21 Ex18) Recursion 재귀

22 Homework) 뉴스 자막 만들기 문자열을 입력을 받아서 오른쪽 상단 버튼을 클릭하면 실행되도록 함
보여지는 문자열의 길이는 30으로 제한 문자열이 30자 이상이 되면 왼쪽방향으로 문자열이 움직임 무한 반복 실행


Download ppt "인터넷응용프로그래밍 JavaScript(Intro)."

Similar presentations


Ads by Google