
Object{} that represents the page you see in the web browser and provides you with an API to interact with it. What is an API?An application programmi

Today I'll be looking at a few assignments for JS 1 Assignment: JS dom objects - their methods and properties Given the html code with a simple poem
Overview Function Syntax In JavaScript, there are two main ways to declare a function. One of which is to use the keyword. Basic Syntax is the na

여러개의 데이터를 보관하는 역할을 수행하는 객체변수(또는 상수) 에는 데이터를 하나씩, 배열에는 여러개의 데이터를 대입할 수 있다.배열은 필통이다 하나에 필통 - 배열이라는 하나의 객체로 묶어진다면... 필통같은 역할을 한다배열 리터럴 - 쉼표로 구분한 값들을 대괄호로