[JavaScript] 이벤트 / 브라우저객체모델(BOM) / window객체 / title, location, bgColor, fgColor / location 객체 / href, protocol, host, hostname, port
- 정규표현식 알아보기 · Community Patterns 탭으로 들어가서 확인하기 https://regexr.com/ RegExr: Learn, Build, & Test RegEx RegExr is an online tool to learn, build, & test Regular Expressions (RegEx / RegExp). regexr.com - 이벤트 : 브라우저에서 발생하는 모든 동작을 이벤트라 함 · 특정 이벤트 발생시 동작을 실행해주는 객체 → 이벤트 리스너 + 핸들러 - 핸들러 버튼2 · onclick : 클릭 이벤트 · ondblclick : 더블클릭 이벤트 · onmouseover : 마우스 올렸을 때 이벤트 https://dev..