0% found this document useful (0 votes)
39 views

Java Script

JavaScript is an interpreted, case-sensitive language that uses === for strict equality checks and == for equality checks ignoring type. Arrays in JavaScript can be declared with var and assigned a length, allowing dynamic resizing.

Uploaded by

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

Java Script

JavaScript is an interpreted, case-sensitive language that uses === for strict equality checks and == for equality checks ignoring type. Arrays in JavaScript can be declared with var and assigned a length, allowing dynamic resizing.

Uploaded by

Teja Vaitla
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 3

JAVA SCRIPT

BASICS

FEATURES
INTERPRETED LANGUAGE
CASE SENSITIVE
===,!== STRICT EQUALITYCHECK
== SAME VALUE , BUT IGNORES TYPE 5 OR5 ARE EQUAL

ARRAYS
DEC
VAR ARR = N

You might also like