티스토리 뷰
Features of JavaScript
Interpreted language(by web browser)
=not compiled language
programming language for web
location of javascript
- external javascript(outside javascript)
- inner javascript
- inline javascript
extension==.js
onclick is event
innerHTML is a property
document.write is very similar to printf
window.alert(5+6);
you can write only alert(5+6);
javascript variables
var int a; X
var a;
reserved keywords를
눈으로 살펴보셨으면 좋겠습니다
comparision operator
시험에는 이런 키워드도 나올겁니다
abstract equlaliyy comparision
==
loose equality dulble equlas
compare the identity, but to similar type
check values, does not check data types
===
stric equality, triple equals
both type and value same
check both values and data types
10=="10" -> true
10 === "10" -> false
when adding a number and a string, javascript will treat the number as a string
var vs let
let
cannot be redeclared
should be initialized
block scope
var
can be redeclared
전역변수
parameter is parameter
argument is a value that sent to parameter
시험에 나온다 이 말이야
invoke==호출==call
f=parameter
77=argument
(function{})()
->automatically run itself
'개념 > 웹' 카테고리의 다른 글
오픈소스웹소프트웨어 Javascript DOM (0) | 2022.04.22 |
---|---|
javscript 함수 매개변수 (0) | 2022.04.18 |
오픈소스웹소프트웨어 CSS Box Model and Layout (0) | 2022.04.08 |
오픈소스웹소프트웨어 CSS Foundation (0) | 2022.03.25 |
오픈소스웹소프트웨어 3.18 HTML Multimedia, Block and Form (0) | 2022.03.18 |
- Total
- Today
- Yesterday
- 데이터3법
- 로스트아크 캐릭터
- 우분투
- SQL
- DDL
- 프로그래머스
- 오픈소스
- git commit 수정
- git
- 클로아
- DML
- html
- kloa
- git 예전 커밋 수정
- javascript
- oauth
- bfs
- authorization code
- 인프콘2024
- 데이터베이스
- Android Studio
- html #웹 #웹사이트 #플레이리스트
- authorization_code
- 리눅스
- oauth2.0
- SpringBoot
- infcon 2024
- CSS
- 데이터 3법
- 2024인프콘
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |