Photo by Claudio Schwarz on Unsplash
Master JavaScript With CS307 Crash Course | Learn The Basics Now!
Hello to everybody! This blog serves as an introduction to the following JavaScript blogs, each of which will cover a key JavaScript topic.
Let's see what is so special about javascript, and what we can achieve from it.
What is JavaScript?๐ค
High-level programming languages like JavaScript are frequently employed to develop dynamic and interactive web pages. The client-side scripting language enables web page developers to apply different interactive features and behaviors.
Brendan Eich developed JavaScript in 1995, and since then it has grown to be one of the most widely used computer languages worldwide. It is utilized for both front-end and back-end web development using tools like Node.js and is supported by all of the main web browsers, including Google Chrome, Mozilla Firefox, and Microsoft Edge.
One of the Reasons JavaScript is widely acceptable and highly used is that it is almost used in many tech stacks:
Front-end:
React (JS library)
Angular
Vue.js
Back-end:
Node.js
Express.js
Database:
Database:
- MongoDB
Mobile development:
- React Native
Desktop:
- Electron
Let's learn more about JavaScript
In this, The programs are called scripts.
They can be written in 2 ways either in <script> </script> tag and another is to write JavaScript in another file.
When the page loads the programs will automatically run because JS Engine is installed in every browser.
Scripts are executed as plain text, they don't require any special preparation unlike in java we have to compile then the .class file is created then we have to run.
This is the intro. blog of JavaScript course. Stay tuned for upcoming blogs on JavaScript.
I hope you loved this! Don't forget to support me by following.
Have a wonderful day๐.