Layout
CSS is to specify the layout of the web page.
W3Schools maintains all a complete JavaScript references, including all HTML and browser objects.
Cached JavaScript files can speed up page loads.
This example uses a script located in a specified folder on the current web site:
When using relative file paths, your web pages will not be bound to your current base URL. All links will
work on your own computer (localhost) as well as on your current public domain and your future public
domains.
For what kinds of testing do we use “document.write()” in javascript.
Instruction: a message describing how something is to be done.
Execute: carry out a process or program, as on a computer or a machine
Programming: setting a sequence of instructions to enable the computer to do something
Programming language: a language designed for programming a computer
Statement: (computer science) a line of code written as part of a computer program
Programmer: a person who designs and writes and tests computer programs
Syntax: a grammatical arrangement of words in a sentence, a study of rules for forming admissible
sentences, a systematic orderly arrangement.
Value: a numerical quantity measured or assigned or computed.
Literal: verbatim, correct, accurate, exact
Fixed values:
Declare:
Evaluate:
The values can be of various types, such as numbers and strings.
JavaScript keywords are used to identify actions to be performed.
JavaScript programmers tend to use camel case that starts with a lowercase letter.
Asynchronous: (digital communication) pertaining to a transmission technique that does not require a
common clock between the communicating devices; timing signals(meaning?) are derived from special
characters in the data stream itself.
Data stream: (computing) a sequence of digitally encoded coherent signals used in a transmission
AJAX: (computing) A group of techniques for creating interactive Web applications, in which applications
can retrieve data from the server asynchronously in the background without interfering with the display
and behavior of the existing page. (stands for Asynchronous JavaScript And XML)
AJAX is a misleading name. AJAX applications might use XML to transport data, but it is equally common
to transport data as plain text or JSON text.
Cached file:
Math.random();
deal with: To take action with respect to (someone or something).
this
Parser: analyze syntactically by assigning a constituent structure
What are HTTP Headers?
Constituent: basic, essential, integral, component, fundamental
chlidNodes
nodeValue