Introduction To JavaScript
Introduction To JavaScript
1. Goal
Understand the characteristics of the JavaScript language.
Understand the role of JavaScript in a web application.
2. What is JavaScript?
History of JavaScript
However, due to the low processing power of browsers at the time and
the inability to create complex programs, it was considered a "simple
scripting language" and did not develop significantly.
After that, JavaScript was used in web applications such as Google Maps,
and it came to be recognized as a programming language capable of
creating highly functional web applications.
Features of JavaScript
In addition, HTML5 now has a variety of APIs for creating JavaScript web
applications, including the ability to drag and drop files.
By learning client-side JavaScript, you will be able to develop highly
functional web applications.
5. Summary
There are two types of JavaScript: client-side JavaScript and
server-side JavaScript, and client-side JavaScript is mainly used.
The core technology of JavaScript is ECMAScript.