객체5 [JavaScript] Document 객체 복습 https://shins99.tistory.com/58 [JavaScript] DOM 요소 복습 https://shins99.tistory.com/57 [JavaScript] DOM (Document Object Model) 복습 https://shins99.tistory.com/56 [JavaScript] 함수의 유효범위 복습 https://shins99.tistory.com/55 [JavaScript] 변수의 유효 범위 복습 https://shins99.tisto shins99.tistory.com Document 객체 - Document 객체는 웹 페이지 그 자체를 의미 - 웹 페이지에 존재하는 HTML 요소에 접근하고자 할 때는 반드시 Document 객체부터 시작해야 함 Document 메.. 2023. 8. 28. [JavaScript] 유용한 자바스크립트 내장 함수들 복습 https://shins99.tistory.com/52 [JavaScript] 객체 (Object) 복습 https://shins99.tistory.com/51 [JavaScript] 배열 (Arrays) 복습 https://shins99.tistory.com/50 [JavaScript] 제어문 (if, switch, for, while, do~while) 복습 https://shins99.tistory.com/49 [JavaScript] 연산자 복습 https://shins99.tistory.c shins99.tistory.com 유용한 내장함수들 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 .. 2023. 8. 22. [JavaScript] 객체 (Object) 복습 https://shins99.tistory.com/51 [JavaScript] 배열 (Arrays) 복습 https://shins99.tistory.com/50 [JavaScript] 제어문 (if, switch, for, while, do~while) 복습 https://shins99.tistory.com/49 [JavaScript] 연산자 복습 https://shins99.tistory.com/47 [JavaScript] 변수와 자료형 복습 https://shins99.tisto shins99.tistory.com 객체(object)란? - 객체(object)란 실생활에서 우리가 인식할 수 있는 사물 자바스크립트 객체 - 자바스크립트의 기본 타입(data type)은 객체(objec) - 객체란.. 2023. 8. 22. [자바 기초] 객체와 객체 간 상호작용 복습 https://shins99.tistory.com/16 [자바 기초] 생성자 복습 https://shins99.tistory.com/12 [자바 기초] 함수와 메서드 복습 https://shins99.tistory.com/11 [자바 기초] 객체 지향 언어란? 복습 https://shins99.tistory.com/9 [자바 기초] 참조 자료형 - Scanner, Random 복습 https:// shins99.tistory.com 💡 학습 목표 1. 객체와 객체간에 상호작용이란? 2. 버스, 학생 클래스 설계하기 3. 매개변수에 참조 타입을 사용하는 의미 4. 메모리 구조도 생각해 보자. 버스 기능 만들어보기 public class Bus { // ** 속성 ** int busNumber; // .. 2023. 7. 31. [자바 기초] 객체 지향 언어란? 복습 https://shins99.tistory.com/9 [자바 기초] 참조 자료형 - Scanner, Random 복습 https://shins99.tistory.com/8 [자바 기초] for, while 복습 https://shins99.tistory.com/7 [자바 기초] if 문 복습 https://shins99.tistory.com/6 💡 학습 목표 1. if문 단독 2. if else 구문 3. if else if else 구분 4. else 구문 shins99.tistory.com 객체 지향 언어란? 💡 학습 목표 class 와 객체에 의미를 이해하자 class - 객체를 만들기 전에 속성(상태)와 기능을 설계하는 도면 객체 : 실제 메모리에 올라간 녀석 (프로그램 세상에 존재하게 됨).. 2023. 7. 28. 이전 1 다음