Outsider's Dev Story

Stay Hungry. Stay Foolish. Don't Be Satisfied.
RetroTech 팟캐스트 44BITS 팟캐스트

자바스크립트 예약어(Reserved Word)

자바스크립트 예약어들(ECMAScript v3)

break

case

catch

continue

default

delete

do

else

false

finally

for

function

if

in

instanceof

new

null

return

switch

this

throw

true

try

typeof

var

void

while

with

현재 사용되고 있지는 않지만 ECMA v3에서 확장을 위해 예약되어 있는 단어들

abstract

boolean

byte

char

class

const

debugger

double

enum

export

extends

final

float

goto

implements

import

int

interface

long

native

packge

private

protected

public

short

static

super

synchronized

throws

transient

volatile

as, is, namespace, use는 현재 예약되어 있지는 않지만 ECMAScript v4에서 사용될 계획이 있으므로 조심조심

Valid HTML5 Valid CSS WCAG 2.1 AA tested