✏️
Bumkeyy Code
  • Introduction
  • Toy Project
    • TypeScript Website Code Translation Reviewer
    • Node SENS
    • OpenSource Contributhon
    • TypeScript Handbook 한글화
    • DeliciousBody
  • JavaScript
    • [번역] Introduction to the DOM
    • [번역] Understanding V8’s Bytecode
    • [번역] Understanding How the Chrome V8 Engine Translates JavaScript into Machine Code
    • [번역] JavaScript Engines
    • [번역] JavaScript Event Loop Explained
    • [번역] JavaScript 함수 실행 이해하기 — Call Stack, Event Loop , Tasks & more
  • Frontend
    • React, GraphQL 그리고 Declarative Pattern
    • [번역] A deep dive into React Fiber internals
  • Backend
    • [번역] Schema-First GraphQL: The Road Less Travelled
  • Project Management
    • [번역] Pull Request와 이슈 연결하기
Powered by GitBook
On this page

Was this helpful?

  1. JavaScript

[번역] Introduction to the DOM

원문 : https://www.digitalocean.com/community/tutorials/introduction-to-the-dom

Introduction

DOM은 일반적으로 Document Object Model을 줄인 말이며, 웹과 상호 작용할 수 있도록 만드는데 필수 요소입니다. 즉 프로그래밍 언어가 웹의 내용, 구조 및 스타일을 조작 가능하게 만드는 인터페이스입니다. JavaScript는 인터넷 브라우저에서 DOM에 연결하는 클라이언트 사이드 스크립트 언어입니다.

번역중...

PreviousJavaScriptNext[번역] Understanding V8’s Bytecode

Last updated 4 years ago

Was this helpful?