Lesson 4 Flashcards
a high-level, interpreted programming language
that is primarily used for creating interactive web pages.
JAVASCRIPT
Javascript was called…?
LIVESCRIPT
a high-level, interpreted programming language
that is primarily used for creating interactive web pages.
JAVASCRIPT
Javascript was developed by…?
BRENDAN EICH
at
NETSCAPE
Javascript was developed by…?
BRENDAN EICH
at
NETSCAPE COMMUNICATIONS
Types of Operators:
- Arithmetic Operators
- Comparison (Relational)Operators
- Bitwise Operators
- Logical Operators
- Assignment Operators
- Special Operators
JavaScript can be inserted into an HTML document in a few different ways:
- Inline JavaScript
- External JavaScript
JavaScript control flow statements:
- Break Statement
- Return Statement
- Continue Statement
Terminates the current loop or switch statement and transfers control to the statement immediately following it.
Break Statement
Terminates the execution of a function and optionally returns a value.
Return Statement
a high-level, interpreted programming language
that is primarily used for creating interactive web pages.
JAVASCRIPT
Skips the current iteration of a loop and continues with the next iteration.
Continue Statement
play a crucial role in JavaScript, allowing developers to organize and encapsulate reusable code blocks
Functions and Roles
BOM???
Browser Object Model
DOM???
Document Object Model