# Study_keyword
20220509-day1-학습목표
\-HTML(Hypertext Markup Language)는 웹 페이지를 만들기 위한 언어로 웹페이지를 구조를 잡을 수 있습니다. HTML 파일은 이미지, 텍스트, 비디오, 버튼 등 웹사이트에 보여줄 내용을 구성하고 있으며 브라우저(chrome, safari, ie,
Dot notation VS Bracket notation
Property identifies can only be alphanumeric (and and $)Property identifiers cannot start with a number.\*\*\_Property identifiers cannot contain var
prestudy-week3
객체는 자바스크립트 데이터 타입 중의 하나입니다. 영어로는 object라고 표현합니다.key값과 value값을 쌍으로 이루어져 있고, 배열과는 다르게 순서가 중요하지 않습니다.객체를 생성할 때는 {} 안에 key와 value를 쌍으로 묶어서 만들어 줍니다.key값이 여
prestudy-week2
when we want to store list of elements and access them by a single variable.storing a collection of multiple items under a single variable name하나의 배열내

prestudy-week1
변수가 필요한 이유와 선언하는 방법. A variable stores the data value that can be changed later on.데이터를 저장하기 위해서. const name1 = 'sunghee Kim'keyword /variable name/ a