전체 글 21

[Javascript 기초] 1. 변수와 객체

Javascript 변수 변수 선언 :: 크게 3가지 방법으로 선언을 할수 있다.  var 를 사용했을떄 문제점. 호이스팅 문제 :: undefined  로  예측 불가능한 결과 발생  레벨스코프  전역변수 오염  가독성 저하.   변수 이름 규칙문자, 숫자, 언더바(_)로 시작해야 합니다.대소문자를 구분합니다.예약어는 사용할 수 없습니다. (예: if, for, function 등)띄어쓰기는 허용되지 않습니다.O age, userName, isStudentX 1stNum, my-name, function, my Teacher 자료형 변환let Name = "조현준";console.log(Name);console.log( typeof(Name) );Name = 34;console.log(..

카테고리 없음 2024.11.26

[Bootstrap 기초] 7. Bootstrap Admin Template 소개 및 활용방법

https://bootstrapmade.com/nice-admin-bootstrap-admin-html-template/ Nice Admin - Free bootstrap admin HTML template | BootstrapMadeNiceAdmin is a powerful admin and dashboard template based latest version of Bootstrap framework. It provides a clean and intuitive design that is focused on user experience. The custom plugins included has been carefully customized to fit with the overallbootstrapma..

카테고리 없음 2024.11.19