웹 프로그래밍 기초/변수

՞•ﻌ•՞

별초롱언니 2025. 4. 1. 15:44

 

변수명 설명 사용여부
20Variable 숫자로 시작된 변수 불가
%var 특수문자로 시작된 변수 불가
multi class 문자 사이에 공백 불가
import 예약어 불가
이름 한글 변수 사용 가능
$start 허용된 특수문자 사용 가능
자바스크립트 예약어
abstract arguments boolean
break byte case
catch char class
const continue debugger
default enum eval
export extends false
final finally float for
function goto if
implements import in
instanceof int interface
let long native
protected public return
short static super
switch synchronized this
throw throws transient
true try typeof
var void volatile
while with yield
자바스크립트 객체, 속성 및 메소드
Array Date eval
function hasOwnProperty Infinity
isFinite isNaN isPrototypeOf
length Math NaN
name Number Object
prototype String toString
undefined valueOf  

 

'웹 프로그래밍 기초 > 변수' 카테고리의 다른 글

문자열형  (0) 2025.04.01
숫자형  (0) 2025.04.01
자료형  (0) 2025.04.01
카멜 표기법  (0) 2025.04.01
변수  (0) 2025.04.01