0% found this document useful (0 votes)
4 views14 pages

Understanding JavaScript Basics

Uploaded by

Sumit Rana
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views14 pages

Understanding JavaScript Basics

Uploaded by

Sumit Rana
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

COMPUTER POGRAMMING

JavaScript
COMPUTER POGRAMMING
COMPUTER POGRAMMING

JavaScript
1. JavaScript is a dynamic computer programming language. It is lightweight and most commonly
used as a part of web pages, whose implementations allow client-side script to interact with the
user and make dynamic pages.
2. It is an interpreted programming language with object-oriented capabilities.
3. JavaScript is a single-threaded programming language that we can use for client-side or
server-side development.
4. It is a dynamically typed programming language, which means that we don’t care about
variable data types while writing the JavaScript code. Also, it contains the control statements,
operators, and objects like Array, Math, Data, etc.
COMPUTER POGRAMMING
COMPUTER POGRAMMING
COMPUTER POGRAMMING
COMPUTER POGRAMMING
COMPUTER POGRAMMING
COMPUTER POGRAMMING
COMPUTER POGRAMMING
COMPUTER POGRAMMING
COMPUTER POGRAMMING
COMPUTER POGRAMMING

You might also like