Categories

Eloquent JavaScript

Author: Marijn Haverbeke
Publisher: Technology
ISBN:
Pages:
Type: New Book

Rent

15 TK
Return Date May 19 2024

This book requires deposit of 300 TK.

Please Login to Rent.

Note : All deposit is refundable

Book Price

300 TK
Book Status : New Book
This is a rare book
Please Login to Buy.

When you open a web page in your browser, the browser retrieves the page’s HTML text and parses it, much like the way our parser from Chapter 12 parsed programs. The browser builds up a model of the document’s structure and uses this model to draw the page on the screen.

This representation of the document is one of the toys that a JavaScript program has available in its sandbox. It is a data structure that you can read or modify. It acts as a live data structure: when it’s modified, the page on the screen is updated to reflect the changes.

You need to Login to write a review

Add your review and rating