javascript (jse) q3 Flashcards
an object-oriented computer programming language commonly used to create interactive effects within web browsers.
Javascript
Most modern JavaScript engines use the —. This technique consists of compiling code fragments during the execution of the program (more than a single instruction) and allows you to increase its performance.
Just In Time Compilation technique (JIT
Compilation).
JIT Compilation stands for?
Just In Time Compilation technique (JIT
Compilation).
Back in the early -, all web pages were static.
90s
Things changed in - when the - corporation hired -,
1995, Netscape, Brendan Eich
The new language was called LiveScript, but soon after its name was changed to -.
JavaScript
5 Disadvantages of (Jse)
- Client-side Security
- Browser Support
- Lack of Debugging Facility
- Single Inheritance
- Sluggish Bitwise Function
5 Advantages of (Jse)
- Speed
- Simplicity
- Popularity
- Interoperability
- Server Load
JavaScript stores a number as a — floating-point number and operators operate on — bitwise operands.
64-bit, 32-bit
Since JavaScript is an ‘—‘ language, it reduces the time required by other programming languages like Java for compilation. JavaScript is also a client-side script.
interpreted
Commonly known as code playgrounds, are sites that act as a simple editor and runtime environment. All of them have similar sets of features. They have different user interfaces, but in principle, they behave in a similar way. They allow you to write code, run it for testing purposes and most often share it with other users.
JavaScript IDE (Integrated Development Environment )
What does IDE stand for?
(Integrated Development Environment )
The 4 most popular JavaScript IDE are the following:
- JSFiddle
- CodePen
- JsBin
- Plunker
3 Elements of JavaScript LDE and what does LDE stand for?
- sufficient: a code editor
- interpreter
- debugger
Local Development Environment
the JavaScript requirements for the integrated development environment are very modest. In most cases, especially at the beginning of development.
JavaScript LDE (Local Development Environment)