
학습 계획

자바스크립트란?

manual, specification

code editor, IDE, lightweight editor

Developer tools, console

helloworld

variable, constant

data type

interaction(prompt, alert, confirm)

type conversion

operator

while, do while, for, break, continue, label

switch, case

function, function declaration, local variable, global variable, parameter, default value, return value

function, function expression, function declaration

comment

ninja code

Test Automation, BDD, Mocha

polyfill, barbell

operator new, constructor

Symbol, Symbol type

Symbol to primitive

String

Array, Array methods

iterables, iterator

iteration, Object

destructuring-assignment

recursion, stack, linked list

rest parameters, spread syntax, Array.from

scope, closer

var

전역 객체

new Function

forwarding, wrapper, decorator

bind

arrow function

property-accessors, getter, setter