JavaScript is an open source scripting language. It can liven up any website or webpage. That is, dynamic websites are created by it. It is sometimes called browser site language. Because this language works only in the browser with different events. JavaScript is called an interpreted language. Because it is a language itself, no compilation is required to run. This language evolved from C, C++ and Java. Although JavaScript has many similarities with C, C++ and Java, it is not a complete language. (W3ISO)
JavaScript Programming For Digital Education |
What Is JavaScript ?
JavaScript is a client side scripting or browser scripting language. JavaScript (abbreviated as JS) is a prototype-based scripting language with variables, weak types, and first-class functions. It is an object oriented, functional programming style supporting language.
JavaScript Appearance -
It was created by a person named (Brendon Eich). He was a programmer at Netscape Communications Corporation. It was created in 1995 when it was named (Live Script). Later its name was changed to Java Script which is the most popular name known to all.
History Of JavaScript -
Advantages Of JavaScript -
JavaScript Libraries and Frameworks –
- Angular JS
- React JS
- React Native
- View js
- Node JS
- jequery
JavaScript Programming code -
<body>
<script type="text/javascript"/>
javascript code goes hare ...
</script>
</body>
What can be done by javascript -
By learning this scripting language we can do web development, desktop app development, mobile app development.
- In terms of web web development:
- You can create clocks on web pages.
- You can put the map on the web page.
- Can create audio and video players.
- HTML design can change over time.
- Can create games.
- Form validation can work.
- Can work with dynamic drop down menu.
- Allot messages can be placed on the web page.
- Much more.
How it works JavaScript:
JavaScript is primarily handled by various events in the browser. For example:
- Click - JavaScript will execute when a user clicks on a button or object.
- Double Click - When the user double clicks on a button or object.
- Right Click - When you right click on the web page, the action will start.
- Load - The web page will work when it is loaded in the browser.
- Unload - can be done when the user exits the web page.
- Scroll - The web page will work when scrolled.
- Mouse Hover - When the mouse is placed over an image or object, we can also make JavaScript work.
- Window resize - can be done when the browser window is resized or enlarged.
- Keyboard Key Press - For some reason, when the user presses a key from the keyboard, JavaScript can also be executed.
What you need to know to learn:
The Future of JavaScript:
Why learn javascript ??
Among the many reasons, some of the prominent ones are given below
- It can be the best choice if you want to learn programming first in life.
- JavaScript is good if you want to get familiar with programming easily.
- If you want to learn web site designing, you must learn JavaScript.
- Backend development of web sites does not involve JavaScript.
- You can learn if you want to satisfy your curiosity.
Conclusion-
- JavaScript for Web Development: Building a Website | Javascript Digital Education | Learn and Code,
- What Is JavaScript,
- JavaScript Appearance,
- History Of JavaScript,
- Advantages Of JavaScript,
- JavaScript Libraries and Frameworks,
- JavaScript Programming code,
- What can be done by javascript,
- How it works JavaScript,
- What you need to know to learn,
- The Future of JavaScript,
- Why learn javascript,
- W3ISO
Post a Comment