JavaScript Tutorial in Telugu - Introduction | What is the role of JavaScript in MERN | Ottit

Опубликовано: 17 Февраль 2026
на канале: ottit
101
2

#ottit #javascript #javascripttutorial
Welcome To JavaScript Tutorial In Telugu
What is javascript?
Intially JavaScript is a Client Side Script Language
Now - JavaScript is both client side and Server Side - How?

What is the importance of javascript in Web Application Development?

How is the role of javascript in MERN?

Full Stack

Complete - Collection of Skill Required To Develop WebApplication

Front-End

Back-End

WebApplications

WebApi

WebSite
CST
Html,css - static webpages
javascript + dom + html - dynamic webpages

javascript frameworks

jquery
ajax
bootstrap - RWD

reactjs - react with javascript
vue
nextjs
angular js - angular with typescript

SST

PHP
java
net
python

To Learn JavaScript

NodeJS - .js - independently
Platform
Runtime Engine
npm - to manage the packages/ other lib req

VS Code - IDE - Microsoft
Cross Platform
Free
Front-End
Any - Language

basic features of javascript
javascript initially object based , but now it supports oops also
versions ES1 - ES6 - 2023
is not typesafe*
no explicit datatypes
datatypes are not required to create a variable.
is case sensitive
no main()
.js the extension
every statement can be terminated with ;

datatypes - variables